15 lines
293 B
Objective-C
15 lines
293 B
Objective-C
//
|
|
// InterfaceController.h
|
|
// TestModuleMap-watchOS Extension
|
|
//
|
|
// Created by Robbie Hanson on 9/7/16.
|
|
// Copyright © 2016 Deusty LLC. All rights reserved.
|
|
//
|
|
|
|
#import <WatchKit/WatchKit.h>
|
|
#import <Foundation/Foundation.h>
|
|
|
|
@interface InterfaceController : WKInterfaceController
|
|
|
|
@end
|