Blame view

Twear/3rd/Mediatek/RemoteVxpInformation.h 366 Bytes
75d24c15   yangbin   123
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  //
  //  RemoteVxpInformation.h
  //  MTKBleManager
  //
  //  Created by user on 14/11/24.
  //  Copyright (c) 2014 ___MTK___. All rights reserved.
  //
  
  #import <Foundation/Foundation.h>
  
  @interface RemoteVxpInformation : NSObject
  
  @property NSString*         remoteVxpName;
  @property NSString*         remoteVxpVersion;
  @property int               remotePreInstall;
  
  @end