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

5 lines
136 B
Objective-C

#import <Foundation/Foundation.h>
@interface YTSystemNotifications : NSObject
- (void)addSystemNotificationsObserver:(id)observer;
@end