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.
54 lines
1.7 KiB
54 lines
1.7 KiB
1 year ago
|
//
|
||
|
// 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+String.h>
|
||
|
#import <RTKLEFoundation/RTKProvisioningProfileExpirationCheck.h>
|