ShearDeviceUDPManager.h 377 B

123456789101112131415161718192021222324
  1. //
  2. // ShearDeviceUDPManager.h
  3. // VclustersGemini
  4. //
  5. // Copyright © 2021 APPLE. All rights reserved.
  6. //
  7. #import <Foundation/Foundation.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface ShearDeviceUDPManager : NSObject
  10. #pragma mark 自定义方法
  11. + (instancetype)shareInstance;
  12. - (void)startShearchDevice;
  13. - (void)broadcast;
  14. - (void)shearchDeviceLoop;
  15. @end
  16. NS_ASSUME_NONNULL_END