25 #import <Foundation/Foundation.h>
27 NS_ASSUME_NONNULL_BEGIN
44 + (
VLCTime *)timeWithNumber:(nullable NSNumber *)aNumber;
50 + (
VLCTime *)timeWithInt:(
int)aInt;
57 - (instancetype)initWithNumber:(nullable NSNumber *)aNumber;
63 - (instancetype)initWithInt:(
int)aInt;
70 @property (nonatomic, readonly, nullable) NSNumber *
value;
76 @property (readonly) NSNumber * numberValue
__attribute__((deprecated));
105 - (NSComparisonResult)compare:(
VLCTime *)aTime;
111 - (BOOL)isEqual:(nullable
id)object;
120 NS_ASSUME_NONNULL_END