You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
806 B
28 lines
806 B
![]()
2 years ago
|
//
|
||
|
// ECellBluetooth.h
|
||
|
// ECellBluetooth
|
||
|
//
|
||
|
// Created by lemo. on 2019/6/5.
|
||
|
// Copyright © 2019 lemo. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#import <UIKit/UIKit.h>
|
||
|
|
||
|
//! Project version number for ECellECellBluetooth.
|
||
|
FOUNDATION_EXPORT double ECellBluetoothVersionNumber;
|
||
|
|
||
|
//! Project version string for ECellECellBluetooth.
|
||
|
FOUNDATION_EXPORT const unsigned char ECellBluetoothVersionString[];
|
||
|
|
||
|
// In this header, you should import all the public headers of your framework using statements like #import <ECellBluetooth/PublicHeader.h>
|
||
|
#import <ECellBluetooth/ECellBLEEnum.h>
|
||
|
#import <ECellBluetooth/ECellBLENotify.h>
|
||
|
|
||
|
#import <ECellBluetooth/ECellPeripheralModel.h>
|
||
|
#import <ECellBluetooth/ECellDeviceInfoModel.h>
|
||
|
|
||
|
#import <ECellBluetooth/ECellBluetoothManager.h>
|
||
|
#import <ECellBluetooth/ECellCommandProvider.h>
|
||
|
|
||
|
|