9#import <Foundation/Foundation.h>
11NS_ASSUME_NONNULL_BEGIN
16typedef NS_ENUM(NSInteger, QOfflineItemStatus)
18 QOfflineItemStatusNone,
19 QOfflineItemStatusUpdated,
20 QOfflineItemStatusOutdated
29@property (nonatomic, copy, readonly) NSString *
name;
32@property (nonatomic, copy, readonly) NSString *
pinyin;
35@property (nonatomic, assign, readonly)
long long size;
38@property (nonatomic, assign, readonly) QOfflineItemStatus
status;
48@property (nonatomic, strong) NSArray <QOfflineItem *> *
items;
离线文件类
定义 QOfflineItem.h:27
QOfflineItemStatus status
状态
定义 QOfflineItem.h:38
NSString * name
名字
定义 QOfflineItem.h:29
NSString * pinyin
拼音
定义 QOfflineItem.h:32
long long size
数据大小
定义 QOfflineItem.h:35
全国概要类
定义 QOfflineItem.h:56
省份类, 省份不支持下载
定义 QOfflineItem.h:46
NSArray< QOfflineItem * > * items
省份包含的离线文件
定义 QOfflineItem.h:48