KKFeaturedPlaylistCategory
@interface KKFeaturedPlaylistCategory : KKBOXOpenAPIObject
The object represents a featured playlist category.
-
The ID of the category.
Declaration
Objective-C
@property (readonly, strong, nonatomic, nonnull) NSString *categoryID;
Swift
var categoryID: String { get }
-
The title of the category.
Declaration
Objective-C
@property (readonly, strong, nonatomic, nonnull) NSString *categoryTitle;
Swift
var categoryTitle: String { get }
-
The images of the category.
Declaration
Objective-C
@property (readonly, strong, nonatomic, nonnull) NSArray<KKImageInfo *> *images;
Swift
var images: [KKImageInfo] { get }