Move the job of creating userActivity to AtomApplication
This commit is contained in:
parent
60bd60e1ed
commit
2f9fee0c8a
3 changed files with 12 additions and 12 deletions
|
@ -21,6 +21,6 @@
|
|||
- (void)setHandlingSendEvent:(BOOL)handlingSendEvent;
|
||||
|
||||
- (NSUserActivity*)getCurrentActivity;
|
||||
- (void)setCurrentActivity:(NSUserActivity*)userActivity;
|
||||
- (void)setCurrentActivity:(NSString*)type withUserInfo:(NSDictionary*)userInfo;
|
||||
|
||||
@end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue