🍎 Add fallback URL to handoff.

This commit is contained in:
Daniel Pham 2016-05-23 11:49:46 -04:00
parent 407a5d4415
commit eb0889de38
5 changed files with 24 additions and 11 deletions

View file

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