/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

  1. /**
  2. * This header is generated by class-dump-z 0.2a.
  3. * class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3.
  4. *
  5. * Source: /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
  6. */
  7. #import "AAAuthenticateRequest.h"
  8. @interface AARegisterRequest : AAAuthenticateRequest {
  9. }
  10. + (Class)responseClass; // 0x35fad669
  11. - (id)initWithURLString:(id)urlstring username:(id)username password:(id)password; // 0x35fad685
  12. - (id)urlRequest; // 0x35fad799
  13. - (id)urlString; // 0x35fad745
  14. @end