15 lines
311 B
Objective-C
15 lines
311 B
Objective-C
//
|
|
// NotificationController.h
|
|
// SDWebImage Watch Demo Extension
|
|
//
|
|
// Created by Bogdan on 13/06/16.
|
|
// Copyright © 2016 Dailymotion. All rights reserved.
|
|
//
|
|
|
|
#import <WatchKit/WatchKit.h>
|
|
#import <Foundation/Foundation.h>
|
|
|
|
@interface NotificationController : WKUserNotificationInterfaceController
|
|
|
|
@end
|