mirror of
				https://github.com/SoPat712/YTLitePlus.git
				synced 2025-10-30 20:34:03 -04:00 
			
		
		
		
	added files via upload
This commit is contained in:
		
							
								
								
									
										21
									
								
								Tweaks/YouTubeHeader/ASDisplayNode.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								Tweaks/YouTubeHeader/ASDisplayNode.h
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,21 @@ | ||||
| #import <UIKit/UIKit.h> | ||||
| #import "ASLayoutElementStyleYoga.h" | ||||
|  | ||||
| @interface ASDisplayNode : NSObject | ||||
| @property (atomic, copy, readwrite) NSArray *yogaChildren; | ||||
| @property (nonatomic, copy, readwrite) NSString *accessibilityIdentifier; | ||||
| @property (atomic, weak, readonly) ASDisplayNode *yogaParent; | ||||
| @property (atomic, strong, readwrite) id contents; | ||||
| @property (atomic, assign, readwrite) CGFloat alpha; | ||||
| @property (atomic, assign, readwrite) CGRect frame; | ||||
| @property (atomic, assign, readwrite) CGRect bounds; | ||||
| @property (atomic, assign, readonly) unsigned char interfaceState; | ||||
| @property (atomic, assign, readwrite, getter=isHidden) BOOL hidden; | ||||
| @property (atomic, assign, readwrite, getter=isLayerBacked) BOOL layerBacked; | ||||
| @property (atomic, assign, readwrite) BOOL automaticallyManagesSubnodes; | ||||
| - (id)controller; | ||||
| - (ASLayoutElementStyleYoga *)style; | ||||
| - (UIViewController *)closestViewController; | ||||
| - (UIView *)view; | ||||
| - (BOOL)isNodeLoaded; | ||||
| @end | ||||
		Reference in New Issue
	
	Block a user
	 Balackburn
					Balackburn