diff options
Diffstat (limited to 'macosx/HBQueueItem.h')
-rw-r--r-- | macosx/HBQueueItem.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/macosx/HBQueueItem.h b/macosx/HBQueueItem.h index 619b0f9ad..e700d12de 100644 --- a/macosx/HBQueueItem.h +++ b/macosx/HBQueueItem.h @@ -56,12 +56,9 @@ typedef NS_ENUM(NSUInteger, HBQueueItemState) { - (void)resumedAtDate:(NSDate *)date; @property (nonatomic, readonly) NSUInteger fileSize; - @property (nonatomic, readonly) NSAttributedString *attributedDescription; - @property (nonatomic, readonly, nullable) NSAttributedString *attributedStatistics; - @end NS_ASSUME_NONNULL_END |