/SundanceVail10A5376e.K66DeveloperOS/PrivateFrameworks/ATVSlideshow.framework/Headers/MRCAMLLayer.h
https://github.com/zsh-tony/appletv-private-headers · C Header · 73 lines · 51 code · 4 blank · 18 comment · 0 complexity · dae333910b47d8476965c3a9a884a7b2 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/ATVSlideshow.framework/ATVSlideshow
- */
- #import <NSObject.h> // Unknown library
- #import "ATVSlideshow-Structs.h"
- @class NSString, NSArray, NSDictionary, MRImageProvider;
- @interface MRCAMLLayer : NSObject {
- float x; // 4 = 0x4
- float y; // 8 = 0x8
- float width; // 12 = 0xc
- float height; // 16 = 0x10
- float duration; // 20 = 0x14
- float color[4]; // 24 = 0x18
- BOOL hasColor; // 40 = 0x28
- BOOL hasSublayerTransform; // 41 = 0x29
- BOOL hasTransform; // 42 = 0x2a
- CGPoint anchorPoint; // 44 = 0x2c
- float subScaleX; // 52 = 0x34
- float subScaleY; // 56 = 0x38
- float subScaleZ; // 60 = 0x3c
- float subRX; // 64 = 0x40
- float subRY; // 68 = 0x44
- float subRZ; // 72 = 0x48
- float subTX; // 76 = 0x4c
- float subTY; // 80 = 0x50
- float subTZ; // 84 = 0x54
- float scaleX; // 88 = 0x58
- float scaleY; // 92 = 0x5c
- float scaleZ; // 96 = 0x60
- float rX; // 100 = 0x64
- float rY; // 104 = 0x68
- float rZ; // 108 = 0x6c
- float tX; // 112 = 0x70
- float tY; // 116 = 0x74
- float tZ; // 120 = 0x78
- float opacity; // 124 = 0x7c
- BOOL hasOpacity; // 128 = 0x80
- BOOL masksToBounds; // 129 = 0x81
- MRImageProvider *contents; // 132 = 0x84
- NSString *name; // 136 = 0x88
- NSArray *animations; // 140 = 0x8c
- NSArray *sublayers; // 144 = 0x90
- NSDictionary *states; // 148 = 0x94
- NSArray *masks; // 152 = 0x98
- }
- @property(retain, nonatomic) NSArray *animations; // G=0x363b602d; S=0x363b603d; @synthesize
- @property(retain, nonatomic) MRImageProvider *contents; // G=0x363b60ad; S=0x363b60bd; @synthesize
- @property(retain, nonatomic) NSArray *masks; // G=0x363b608d; S=0x363b609d; @synthesize
- @property(copy, nonatomic) NSString *name; // G=0x363b6009; S=0x363b601d; @synthesize
- @property(retain, nonatomic) NSDictionary *states; // G=0x363b606d; S=0x363b607d; @synthesize
- @property(retain, nonatomic) NSArray *sublayers; // G=0x363b604d; S=0x363b605d; @synthesize
- - (id)init; // 0x363b5ed9
- // declared property getter: - (id)animations; // 0x363b602d
- // declared property getter: - (id)contents; // 0x363b60ad
- - (void)dealloc; // 0x363b5f75
- // declared property getter: - (id)masks; // 0x363b608d
- // declared property getter: - (id)name; // 0x363b6009
- // declared property setter: - (void)setAnimations:(id)animations; // 0x363b603d
- // declared property setter: - (void)setContents:(id)contents; // 0x363b60bd
- // declared property setter: - (void)setMasks:(id)masks; // 0x363b609d
- // declared property setter: - (void)setName:(id)name; // 0x363b601d
- // declared property setter: - (void)setStates:(id)states; // 0x363b607d
- // declared property setter: - (void)setSublayers:(id)sublayers; // 0x363b605d
- // declared property getter: - (id)states; // 0x363b606d
- // declared property getter: - (id)sublayers; // 0x363b604d
- @end