Commit 6551c2a62bffe06db3f683c54a0a31f752361346
1 parent
9a17cce4
0.0.4
Showing
2 changed files
with
10 additions
and
1 deletions
CNLiveDownloadManager.podspec
CNLiveDownloadManager/Classes/Model/CNLiveAlbumAudioListModel.h
| @@ -18,6 +18,15 @@ typedef NS_ENUM(NSInteger, CNDownloadState) { | @@ -18,6 +18,15 @@ typedef NS_ENUM(NSInteger, CNDownloadState) { | ||
| 18 | CNDownloadStateError, // 错误 | 18 | CNDownloadStateError, // 错误 |
| 19 | CNDownloadStatePausedNoNetwork, //无网的时候暂停和退到后台暂停 | 19 | CNDownloadStatePausedNoNetwork, //无网的时候暂停和退到后台暂停 |
| 20 | }; | 20 | }; |
| 21 | +typedef enum : NSUInteger { | ||
| 22 | + CNAPDetailHeaderNoneBtn = 0, //无 | ||
| 23 | + CNAPDetailHeaderCatalogueBtn, //目录 | ||
| 24 | + CNAPDetailHeaderPreviousBtn, //上一曲 | ||
| 25 | + CNAPDetailHeaderPlayBtn, //播放 | ||
| 26 | + CNAPDetailHeaderPauseBtn, //暂停 | ||
| 27 | + CNAPDetailHeaderNextBtn , //下一曲 | ||
| 28 | + CNAPDetailHeaderDownloadBtn //下载 | ||
| 29 | +} CNAudioPlayerDetailHeaderBtnType; | ||
| 21 | @interface CNLiveAlbumAudioListModel : NSObject | 30 | @interface CNLiveAlbumAudioListModel : NSObject |
| 22 | @property (nonatomic, copy) NSString *activityId; //活动ID | 31 | @property (nonatomic, copy) NSString *activityId; //活动ID |
| 23 | @property (nonatomic, copy) NSString *title; //标题名称 | 32 | @property (nonatomic, copy) NSString *title; //标题名称 |