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

15 lines
300 B
Objective-C

//
// InterfaceController.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 InterfaceController : WKInterfaceController
@end