@class NSArray; @interface ASDPurgeAppsResponse : ASDRequestResponse @property (class, readonly) BOOL supportsSecureCoding; @property (readonly, nonatomic) long long purgedSize; @property (readonly, nonatomic) NSArray *purgedApps; - (id)init; - (void)encodeWithCoder:(id)a0; - (void).cxx_destruct; - (id)initWithCoder:(id)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; - (id)initWithPurgedSize:(long long)a0 purgedApps:(id)a1; @end