gitignore -> hgignore

This commit is contained in:
Ivan Murashov
2018-02-07 21:07:28 +03:00
parent c15108fda9
commit 6068b7e3b2
15 changed files with 103 additions and 48 deletions

View File

@@ -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