Blame view

HDFwear/3rd/Mediatek/BLEClientProfile.h 261 Bytes
75d24c15   yangbin   123
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  //
  //  BLEClientProfile.h
  //  MTKBleManager
  //
  //  Created by user on 15-2-11.
  //  Copyright (c) 2015 ___MTK___. All rights reserved.
  //
  
  #import <Foundation/Foundation.h>
  #import <CoreBluetooth/CoreBluetooth.h>
  
  @interface BLEClientProfile : NSObject
  
  @end