Blame view

HDFwear/3rd/RTKOTASDK/RTKLEFoundation.framework/Headers/RTKLEFoundation.h 1.62 KB
75d24c15   yangbin   123
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
  //
  //  RTKLEFoundation.h
  //  RTKLEFoundation
  //
  //  Created by jerome_gu on 2019/1/7.
  //  Copyright © 2019 Realtek. All rights reserved.
  //
  
  #import <UIKit/UIKit.h>
  
  //! Project version number for RTKLEFoundation.
  FOUNDATION_EXPORT double RTKLEFoundationVersionNumber;
  
  //! Project version string for RTKLEFoundation.
  FOUNDATION_EXPORT const unsigned char RTKLEFoundationVersionString[];
  
  // In this header, you should import all the public headers of your framework using statements like #import <RTKLEFoundation/PublicHeader.h>
  
  #import <RTKLEFoundation/RTKLEGeneralDefines.h>
  
  #import <RTKLEFoundation/RTKLEPeripheral.h>
  #import <RTKLEFoundation/RTKLEProfile.h>
  
  #import <RTKLEFoundation/RTKPeripheralCharacteristicOperation.h>
  #import <RTKLEFoundation/RTKLEPackage.h>
  #import <RTKLEFoundation/RTKPackageCommunication.h>
  #import <RTKLEFoundation/RTKCharacteristicReadWrite.h>
  #import <RTKLEFoundation/RTKCommunicationDataReceiver.h>
  #import <RTKLEFoundation/RTKCommunicationDataSender.h>
  
  #import <RTKLEFoundation/RTKAttemptAction.h>
  
  #import <RTKLEFoundation/RTKPackageIDGenerator.h>
  #import <RTKLEFoundation/RTKLELogMacros.h>
  #import <RTKLEFoundation/RTKError.h>
  
  #import <RTKLEFoundation/RTKAccessoryManager.h>
  #import <RTKLEFoundation/RTKAccessory.h>
  #import <RTKLEFoundation/RTKAccessorySessionCommunication.h>
  
  
  /* UI */
  //#import <RTKLEFoundation/RTKScanPeripheralViewController.h>
  
  #import <RTKLEFoundation/RTKFile.h>
  #import <RTKLEFoundation/RTKFileBrowseViewController.h>
  
  //#import <RTKLEFoundation/RTKTableViewCell.h>
  
  #import <RTKLEFoundation/NSData+KKAES.h>
  #import <RTKLEFoundation/NSData+CRC16.h>
  #import <RTKLEFoundation/NSData+Creation.h>