15 lines
289 B
Objective-C
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
|