AFNetworking/Example/AFNetworking watchOS Extension/ExtensionDelegate.h
2015-08-03 11:24:17 -05:00

14 lines
260 B
Objective-C

//
// ExtensionDelegate.h
// AFNetworking watchOS Extension
//
// Created by Kevin Harwood on 8/3/15.
// Copyright © 2015 Gowalla. All rights reserved.
//
#import <WatchKit/WatchKit.h>
@interface ExtensionDelegate : NSObject <WKExtensionDelegate>
@end