mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-10-31 21:04:13 -04:00
added files via upload
This commit is contained in:
12
Tweaks/iSponsorBlock/Headers/YouTubeHeader/YTLikeStatus.h
Normal file
12
Tweaks/iSponsorBlock/Headers/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