mirror of
				https://github.com/SoPat712/YTLitePlus.git
				synced 2025-10-31 12:54:14 -04:00 
			
		
		
		
	added files via upload
This commit is contained in:
		
							
								
								
									
										23
									
								
								Tweaks/FLEX/Manager/Private/FLEXManager+Private.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										23
									
								
								Tweaks/FLEX/Manager/Private/FLEXManager+Private.h
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,23 @@ | ||||
| // | ||||
| //  FLEXManager+Private.h | ||||
| //  PebbleApp | ||||
| // | ||||
| //  Created by Javier Soto on 7/26/14. | ||||
| //  Copyright (c) 2020 FLEX Team. All rights reserved. | ||||
| // | ||||
|  | ||||
| #import "FLEXManager.h" | ||||
| #import "FLEXWindow.h" | ||||
|  | ||||
| @class FLEXGlobalsEntry, FLEXExplorerViewController; | ||||
|  | ||||
| @interface FLEXManager (Private) | ||||
|  | ||||
| @property (nonatomic, readonly) FLEXWindow *explorerWindow; | ||||
| @property (nonatomic, readonly) FLEXExplorerViewController *explorerViewController; | ||||
|  | ||||
| /// An array of FLEXGlobalsEntry objects that have been registered by the user. | ||||
| @property (nonatomic, readonly) NSMutableArray<FLEXGlobalsEntry *> *userGlobalEntries; | ||||
| @property (nonatomic, readonly) NSMutableDictionary<NSString *, FLEXCustomContentViewerFuture> *customContentTypeViewers; | ||||
|  | ||||
| @end | ||||
		Reference in New Issue
	
	Block a user
	 Balackburn
					Balackburn