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.
37 lines
1.0 KiB
37 lines
1.0 KiB
// |
|
// RTKOTASDK.h |
|
// RTKOTASDK |
|
// |
|
// Created by jerome_gu on 2019/1/28. |
|
// Copyright © 2019 Realtek. All rights reserved. |
|
// |
|
|
|
#import <UIKit/UIKit.h> |
|
|
|
//! Project version number for RTKOTASDK. |
|
FOUNDATION_EXPORT double RTKOTASDKVersionNumber; |
|
|
|
//! Project version string for RTKOTASDK. |
|
FOUNDATION_EXPORT const unsigned char RTKOTASDKVersionString[]; |
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <RTKOTASDK/PublicHeader.h> |
|
|
|
#import <RTKOTASDK/RTKOTAProfile.h> |
|
#import <RTKOTASDK/RTKOTAPeripheral.h> |
|
#import <RTKOTASDK/RTKDFUPeripheral.h> |
|
#import <RTKOTASDK/RTKMultiDFUPeripheral.h> |
|
|
|
#import <RTKOTASDK/RTKOTAUpgrade.h> |
|
#import <RTKOTASDK/RTKAccessoryOTAUpgrade.h> |
|
#import <RTKOTASDK/RTKOTADeviceInfo.h> |
|
#import <RTKOTASDK/RTKOTAUpgradeBin+Available.h> |
|
|
|
#import <RTKOTASDK/RTKOTACoordinator.h> |
|
#import <RTKOTASDK/RTKAccessoryOTACoordinator.h> |
|
|
|
|
|
#import <RTKOTASDK/RTKOTABin.h> |
|
#import <RTKOTASDK/RTKOTAInstalledBin.h> |
|
#import <RTKOTASDK/RTKOTAUpgradeBin.h> |
|
|
|
#import <RTKOTASDK/RTKOTAError.h>
|
|
|