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

15 lines
289 B
Objective-C

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