NewsBlur/clients/ios/Story Notification Service Extension/NotificationService.h

13 lines
289 B
Objective-C

//
// NotificationService.h
// Story Notification Service Extension
//
// Created by Samuel Clay on 11/21/16.
// Copyright © 2016 NewsBlur. All rights reserved.
//
#import <UserNotifications/UserNotifications.h>
@interface NotificationService : UNNotificationServiceExtension
@end