14 lines
264 B
Objective-C
14 lines
264 B
Objective-C
//
|
|
// ExtensionDelegate.h
|
|
// TestModuleMap-watchOS Extension
|
|
//
|
|
// Created by Robbie Hanson on 9/7/16.
|
|
// Copyright © 2016 Deusty LLC. All rights reserved.
|
|
//
|
|
|
|
#import <WatchKit/WatchKit.h>
|
|
|
|
@interface ExtensionDelegate : NSObject <WKExtensionDelegate>
|
|
|
|
@end
|