EZOpenSDK  4.8.6
 全部  函数 属性
EZAreaInfo.h
1 //
2 // EZAreaInfo.h
3 // EzvizOpenSDK
4 //
5 // Created by DeJohn Dong on 16/7/19.
6 // Copyright © 2016年 Ezviz. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 
12 @interface EZAreaInfo : NSObject
13 
14 @property (nonatomic) NSInteger id;
15 @property (nonatomic, copy) NSString *name;
16 @property (nonatomic, copy) NSString *region;
17 @property (nonatomic) NSInteger telephoneCode;
18 
19 @end
NSInteger telephoneCode
区域标识
Definition: EZAreaInfo.h:17
此对象为区域对象,海外开放平台专用对象
Definition: EZAreaInfo.h:12
NSString * name
区域ID
Definition: EZAreaInfo.h:15
NSString * region
区域名称
Definition: EZAreaInfo.h:16