9 #import <Foundation/Foundation.h>
15 @property (nonatomic) NSInteger
index;
17 @property (nonatomic, copy) NSString *
name;
19 @property (nonatomic) NSInteger
status;
NSInteger formatRate
存储介质格式化进度
Definition: EZStorageInfo.h:21
NSInteger status
存储介质状态,0正常、1存储介质错、2未格式化、3正在格式化
Definition: EZStorageInfo.h:19
NSInteger index
存储介质索引
Definition: EZStorageInfo.h:15
此类为设备存储信息对象
Definition: EZStorageInfo.h:12
NSString * name
存储介质名称
Definition: EZStorageInfo.h:17