Files
OrderScheduling/OrderScheduling/Main/OrderScheduling-Bridging-Header.h
DDIsFriend 63ca919ed5 update
2023-08-23 09:24:40 +08:00

12 lines
343 B
C

//
// Use this file to import your target's public headers that you would like to expose to Swift.
//
// 引入 JPush 功能所需头文件
# import "JPUSHService.h"
# import "JGInforCollectionAuth.h"
// iOS10 注册 APNs 所需头文件
# ifdef NSFoundationVersionNumber_iOS_9_x_Max
# import <UserNotifications/UserNotifications.h>
# endif