/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
- /**
- * 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/AssistantServices.framework/AssistantServices
- */
- #import <NSObject.h> // Unknown library
- @interface AFError : NSObject {
- }
- + (id)errorWithCode:(int)code; // 0x346197d5
- + (id)errorWithCode:(int)code description:(id)description underlyingError:(id)error; // 0x346196cd
- @end