提交 c92e3df2 编写于 作者: C Coder256 提交者: Chris Bracken

Only implement `application:performActionForShortcutItem:completionHandler:`...

Only implement `application:performActionForShortcutItem:completionHandler:` on iOS 9.0+. And fix some tests. (#4600)
上级 8f2d72b1
......@@ -6,3 +6,4 @@
Google Inc.
Jim Simon <jim.j.simon@gmail.com>
Ali Bitek <alibitek@protonmail.ch>
Jacob Greenfield <jacob.greenfield.256@gmail.com>
......@@ -127,7 +127,8 @@ NS_ASSUME_NONNULL_BEGIN
*/
- (BOOL)application:(UIApplication*)application
performActionForShortcutItem:(UIApplicationShortcutItem*)shortcutItem
completionHandler:(void (^)(BOOL succeeded))completionHandler;
completionHandler:(void (^)(BOOL succeeded))completionHandler
API_AVAILABLE(ios(9.0));
@end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册