//
//  NotificationController.h
//  TestWatchApp WatchKit Extension
//
//  Created by Jonathan Alter on 4/16/15.
//  Copyright (c) 2015 Appcelerator. All rights reserved.
//

#import <WatchKit/WatchKit.h>
#import <Foundation/Foundation.h>

@interface NotificationController : WKUserNotificationInterfaceController

@end
