ios: style

This commit is contained in:
Saúl Ibarra Corretgé 2019-01-24 13:58:44 +01:00 committed by Saúl Ibarra Corretgé
parent 211b3b55b1
commit 111397d944
1 changed files with 1 additions and 2 deletions

View File

@ -149,8 +149,7 @@ RCT_EXPORT_METHOD(getSpaceUsage: (NSString *)token
return NO;
}
+ (UIViewController *)topMostController
{
+ (UIViewController *)topMostController {
UIViewController *topController
= [UIApplication sharedApplication].keyWindow.rootViewController;