|
//
|
|
// NotificationService.h
|
|
// apnsextention
|
|
//
|
|
// Created by Lee Chungwon on 2021/05/25.
|
|
// Copyright © 2021 itsB. All rights reserved.
|
|
//
|
|
|
|
|
|
#import <GamePot/GamePotNotificationServiceExtension.h>
|
|
@interface NotificationService : GamePotNotificationServiceExtension
|
|
|
|
@end
|