blob: bfe8887c9121ae66f7fce58f40dcdd5affb0cb2d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
//
// AM5Header.h
// iHealthSDKStatic
//
// Created by user on 2019/7/4.
// Copyright © 2019 ihealthSDK. All rights reserved.
//
#ifndef AM5Header_h
#define AM5Header_h
#import "IDOBluetoothBaseModel.h"
#import "IDOSetInfoBluetoothModel.h"
#import "IDOBluetoothManager.h"
#import "IDOBluetoothServices.h"
#import "IDOSyncManager.h"
#import "IDOFoundationCommand.h"
#import "IDOErrorCodeToStr.h"
#endif /* AM5Header_h */
|