// // NotificationService.h // TXNotificationSerExtension // // Created by Apple on 2019/12/19. // Copyright © 2019 xTT. All rights reserved. // #import #define PlayVibrationIdentify @"PlayVibrationIdentify" @interface NotificationService : UNNotificationServiceExtension @end