We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bcfe6f commit 894e60cCopy full SHA for 894e60c
Classes/Application/UIApplication+M13ProgressSuite.m
@@ -9,7 +9,7 @@ @implementation UIApplication (M13ProgressSuite)
9
10
+ (BOOL)isM13AppExtension
11
{
12
- return [[self class] safeSharedApplication] == nil;
+ return [[self class] safeM13SharedApplication] == nil;
13
}
14
15
+ (UIApplication *)safeM13SharedApplication
0 commit comments