Skip to content

Commit 894e60c

Browse files
committed
Fix build break
Fix build break
1 parent 2bcfe6f commit 894e60c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Classes/Application/UIApplication+M13ProgressSuite.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ @implementation UIApplication (M13ProgressSuite)
99

1010
+ (BOOL)isM13AppExtension
1111
{
12-
return [[self class] safeSharedApplication] == nil;
12+
return [[self class] safeM13SharedApplication] == nil;
1313
}
1414

1515
+ (UIApplication *)safeM13SharedApplication

0 commit comments

Comments
 (0)