/SundanceVail10A5376e.K66DeveloperOS/PrivateFrameworks/AppleAccount.framework/Headers/AARegisterRequest.h
https://github.com/zsh-tony/appletv-private-headers · C Header · 18 lines · 8 code · 4 blank · 6 comment · 0 complexity · 2d1670389311f2b22693200a7fafb95d MD5 · raw file
- /**
- * This header is generated by class-dump-z 0.2a.
- * class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3.
- *
- * Source: /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
- */
- #import "AAAuthenticateRequest.h"
- @interface AARegisterRequest : AAAuthenticateRequest {
- }
- + (Class)responseClass; // 0x35fad669
- - (id)initWithURLString:(id)urlstring username:(id)username password:(id)password; // 0x35fad685
- - (id)urlRequest; // 0x35fad799
- - (id)urlString; // 0x35fad745
- @end