Files
YTLitePlus/Tweaks/YouTubeHeader/UIView+YouTube.h
2023-06-27 09:54:41 +02:00

5 lines
79 B
Objective-C

#import <UIKit/UIKit.h>
@interface UIView (YouTube)
- (BOOL)yt_isVisible;
@end