/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

  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/Celestial.framework/Celestial
  6. */
  7. #import <NSObject.h> // Unknown library
  8. @interface AVValue : NSObject {
  9. SEL _selector; // 4 = 0x4
  10. }
  11. + (id)valueWithSelector:(SEL)selector; // 0x32988279
  12. - (id)initWithSelector:(SEL)selector; // 0x329882c1
  13. - (SEL)selectorValue; // 0x3298ab11
  14. @end