/SundanceVail10A5376e.K66DeveloperOS/PrivateFrameworks/Celestial.framework/Headers/AVValue.h
https://github.com/zsh-tony/appletv-private-headers · C Header · 18 lines · 8 code · 4 blank · 6 comment · 0 complexity · 2d3ad43ed459e83eb3bfa162d429ee60 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/Celestial.framework/Celestial
- */
- #import <NSObject.h> // Unknown library
- @interface AVValue : NSObject {
- SEL _selector; // 4 = 0x4
- }
- + (id)valueWithSelector:(SEL)selector; // 0x32988279
- - (id)initWithSelector:(SEL)selector; // 0x329882c1
- - (SEL)selectorValue; // 0x3298ab11
- @end