NotificationController.h 311 Bytes
//
//  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