YapDatabase/Testing/Xcode-watch/YapDatabaseTesting WatchKit Extension/NotificationController.h

15 lines
322 B
Objective-C

//
// NotificationController.h
// YapDatabaseTesting WatchKit Extension
//
// Created by Robbie Hanson on 7/21/16.
// Copyright © 2016 Deusty LLC. All rights reserved.
//
#import <WatchKit/WatchKit.h>
#import <Foundation/Foundation.h>
@interface NotificationController : WKUserNotificationInterfaceController
@end