diff options
Diffstat (limited to 'macosx/HBTitle.h')
-rw-r--r-- | macosx/HBTitle.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/HBTitle.h b/macosx/HBTitle.h index 37d5a360b..79869ea20 100644 --- a/macosx/HBTitle.h +++ b/macosx/HBTitle.h @@ -18,6 +18,7 @@ NS_ASSUME_NONNULL_BEGIN @interface HBTitle : NSObject @property (nonatomic, readonly) NSString *name; +@property (nonatomic, readonly) NSString *shortFormatDescription; @property (nonatomic, readonly, getter=isFeatured) BOOL featured; @property (nonatomic, readonly, getter=isStream) BOOL stream; |