mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-04-14 00:20:24 +00:00
5 lines
No EOL
136 B
Objective-C
5 lines
No EOL
136 B
Objective-C
#import <Foundation/Foundation.h>
|
|
|
|
@interface YTSystemNotifications : NSObject
|
|
- (void)addSystemNotificationsObserver:(id)observer;
|
|
@end |