Blame view

HDFwear/3rd/Mediatek/FotaVersion.h 554 Bytes
75d24c15   yangbin   123
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
  //
  //  FotaVersion.h
  //  MTKBleManager
  //
  //  Created by user on 14/11/10.
  //  Copyright (c) 2014 ___MTK___. All rights reserved.
  //
  
  #import <Foundation/Foundation.h>
  
  @interface FotaVersion : NSObject
  
  @property NSString*     version;
  @property NSString*     releaseNote;
  @property NSString*     module;
  @property NSString*     platform;
  @property NSString*     deviceId;
  @property NSString*     brand;
  @property NSString*     domain;
  @property NSString*     downloadKey;
  @property NSString*     pinCode;
  @property BOOL          isLowBattery;
  
  @end