Chapter & Subtitle
Chapter Class
#import <Chapter.h>
챕터 정보를 담는 클래스입니다.
Properties
NSTimeInterval positionNSString * value
Property Details
| 속성 | 설명 |
|---|---|
(NSTimeInterval) position[nonatomic, unsafe_unretained] | 챕터 위치 |
(NSString*) value[nonatomic, retain] | 챕터 제목 |
ChapterDict Class
#import <Chapter.h>
언어별 챕터 목록을 담는 클래스입니다.
Properties
NSString * strLanguageNSMutableArray * listChapter
Property Details
| 속성 | 설명 |
|---|---|
(NSString*) strLanguage[nonatomic, retain] | 챕터 언어 |
(NSMutableArray*) listChapter[nonatomic, retain] | 챕터 목록 |
KPSection Class
#import <KPSection.h>
미리보기(Preview) 구간의 시작/종료 시각을 담는 클래스입니다.