SDWebImage/Examples/SDWebImage Watch Demo Exten.../InterfaceController.h

15 lines
289 B
C
Raw Normal View History

//
// 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