15 lines
289 B
C
15 lines
289 B
C
|
//
|
||
|
// InterfaceController.h
|
||
|
// SDWebImage Watch Demo Extension
|
||
|
//
|
||
|
// Created by Bogdan on 13/06/16.
|
||
|
// Copyright © 2016 Dailymotion. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#import <WatchKit/WatchKit.h>
|
||
|
#import <Foundation/Foundation.h>
|
||
|
|
||
|
@interface InterfaceController : WKInterfaceController
|
||
|
|
||
|
@end
|