mirror of
https://github.com/viq/NewsBlur.git
synced 2025-08-05 16:49:45 +00:00
13 lines
289 B
Objective-C
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
|