ShoesPeripheralMolde.h 449 B

1234567891011121314151617181920
  1. //
  2. // ShoesPeripheralMolde.h
  3. // Unity-iPhone
  4. //
  5. // Created by duowan123 on 2022/8/19.
  6. //
  7. #import <Foundation/Foundation.h>
  8. #import <UIKit/UIKit.h>
  9. #import <CoreBluetooth/CoreBluetooth.h>
  10. @interface ShoesPeripheralMolde : NSObject
  11. @property (nonatomic, assign) NSInteger numberId;
  12. @property (nonatomic, strong) NSString *titleStr;
  13. @property (nonatomic, strong) NSString *imageUrl;
  14. @property (nonatomic, strong) CBPeripheral *peripheral;
  15. @end