// // EZAreaInfo.h // EzvizOpenSDK // // Created by DeJohn Dong on 16/7/19. // Copyright © 2016年 Ezviz. All rights reserved. // #import /// 此对象为区域对象,海外开放平台专用对象 @interface EZAreaInfo : NSObject @property (nonatomic) NSInteger id; ///区域ID @property (nonatomic, copy) NSString *name; ///区域名称 @property (nonatomic, copy) NSString *region; ///区域标识 @property (nonatomic) NSInteger telephoneCode; ///区域手机国际号 @end