EZOpenSDK  v4.7.1
 All Classes Functions Properties
EZAreaInfo.h
1 //
2 // EZAreaInfo.h
3 // EzvizOpenSDK
4 //
5 // Created by DeJohn Dong on 16/7/19.
6 // Copyright © 2016Ezviz.. 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
Area identifier.
Definition: EZAreaInfo.h:17
Area.
Definition: EZAreaInfo.h:12
NSString * name
Area ID.
Definition: EZAreaInfo.h:15
NSString * region
Area name.
Definition: EZAreaInfo.h:16