Move the job of creating userActivity to AtomApplication

This commit is contained in:
Cheng Zhao 2016-05-05 16:38:47 +09:00
parent 60bd60e1ed
commit 2f9fee0c8a
3 changed files with 12 additions and 12 deletions

View file

@ -21,6 +21,6 @@
- (void)setHandlingSendEvent:(BOOL)handlingSendEvent;
- (NSUserActivity*)getCurrentActivity;
- (void)setCurrentActivity:(NSUserActivity*)userActivity;
- (void)setCurrentActivity:(NSString*)type withUserInfo:(NSDictionary*)userInfo;
@end