Skip to content

Commit

Permalink
fix: [ios] build error
Browse files Browse the repository at this point in the history
  • Loading branch information
YumNumm committed Dec 5, 2023
1 parent d28f879 commit 514b86d
Show file tree
Hide file tree
Showing 4 changed files with 152 additions and 153 deletions.
2 changes: 1 addition & 1 deletion ios/FcmServiceExtension/NotificationService.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// NotificationService.h
// FcmServiceExtension
//
// Created by 尾上 遼太朗 on 2023/12/04.
// Created by 尾上 遼太朗 on 2023/12/05.
//

#import <UserNotifications/UserNotifications.h>
Expand Down
2 changes: 1 addition & 1 deletion ios/FcmServiceExtension/NotificationService.m
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ - (void)serviceExtensionTimeWillExpire {
self.contentHandler(self.bestAttemptContent);
}

@end
@end
Loading

0 comments on commit 514b86d

Please sign in to comment.