Skip to content

Commit

Permalink
修改版本判断
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoMinster committed Sep 6, 2017
1 parent 22a6b29 commit 6444998
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion BeeHive/BHAppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,12 @@
#import <UserNotifications/UserNotifications.h>
#endif


#if __IPHONE_OS_VERSION_MAX_ALLOWED >= 100000
@interface BHAppDelegate () <UNUserNotificationCenterDelegate>
#else
@interface BHAppDelegate ()
#endif


@end

Expand Down

0 comments on commit 6444998

Please sign in to comment.