luxlabs header browser preview


@class ICMusicLibraryAuthToken, NSString, NSError, NSDate;

@interface ICMusicLibraryAuthTokenStatus : NSObject <ICMutableMusicLibraryAuthTokenStatus, NSSecureCoding, NSCopying>

@property (class, readonly) BOOL supportsSecureCoding;

@property (retain, nonatomic) ICMusicLibraryAuthToken *token;
@property (copy, nonatomic) NSError *lastError;
@property (copy, nonatomic) NSDate *lastUpdatedDate;
@property (nonatomic) BOOL shouldExcludeFromBackgroundRefresh;
@property (nonatomic, getter=isFrozen) BOOL frozen;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

- (id)initWithBlock:(id /* block */)a0;
- (void)encodeWithCoder:(id)a0;
- (void).cxx_destruct;
- (id)initWithCoder:(id)a0;
- (id)copyWithZone:(struct _NSZone { } *)a0;

@end