@class NSNumber; @interface ASDAccountStatusResponse : NSObject @property (class, readonly) BOOL supportsSecureCoding; @property (retain) NSNumber *accountID; @property long long accountStatus; @property BOOL hasCachedFamilyInfo; @property (readonly) BOOL hasErrorStatus; - (void)encodeWithCoder:(id)a0; - (void).cxx_destruct; - (id)initWithAccountID:(id)a0; - (id)initWithCoder:(id)a0; - (BOOL)hasResponseFlag:(long long)a0; @end