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:
		
							
								
								
									
										12
									
								
								Tweaks/YouTubeHeader/YTLikeStatus.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								Tweaks/YouTubeHeader/YTLikeStatus.h
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,12 @@ | ||||
| #ifndef _YT_LIKESTATUS | ||||
| #define _YT_LIKESTATUS | ||||
|  | ||||
| #import <Foundation/Foundation.h> | ||||
|  | ||||
| typedef NS_ENUM(int, YTLikeStatus) { | ||||
|     YTLikeStatusLike = 0, | ||||
|     YTLikeStatusDislike = 1, | ||||
|     YTLikeStatusNeutral = 2 | ||||
| }; | ||||
|  | ||||
| #endif | ||||
		Reference in New Issue
	
	Block a user
	 Balackburn
					Balackburn