/SundanceVail10A5376e.K66DeveloperOS/PrivateFrameworks/AssistantServices.framework/Headers/AFError.h

https://github.com/zsh-tony/appletv-private-headers · C Header · 16 lines · 6 code · 4 blank · 6 comment · 0 complexity · 45c616907c0d0498028e2f5dc94818cd 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/AssistantServices.framework/AssistantServices
  6. */
  7. #import <NSObject.h> // Unknown library
  8. @interface AFError : NSObject {
  9. }
  10. + (id)errorWithCode:(int)code; // 0x346197d5
  11. + (id)errorWithCode:(int)code description:(id)description underlyingError:(id)error; // 0x346196cd
  12. @end