|
@@ -112,8 +112,9 @@
|
|
|
@property(nonatomic, assign) NSInteger chatVoiceMax; //语音时长
|
|
|
@property(nonatomic, assign) NSInteger chatVoiceFormat; //语音格式 0:amr, 1:mp3, 2:ogg
|
|
|
@property(nonatomic, assign) NSInteger historyPathMax; //历史轨迹显示天数
|
|
|
-- (BOOL)isAblum;
|
|
|
+- (BOOL)isAblum; //是否支持移动云相册
|
|
|
+ (BOOL)isAblumWithModel:(NSString*)model;
|
|
|
+- (BOOL)isReset; //是否支持恢复出厂设置
|
|
|
- (BOOL)isLockApp;
|
|
|
- (BOOL)isWeather;
|
|
|
- (NSInteger)getChatVoiceFormat;
|