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

15 lines
356 B
C
Raw Permalink Normal View History

2016-06-13 14:14:02 +08:00
/*
* This file is part of the SDWebImage package.
* (c) Olivier Poitrey <rs@dailymotion.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
#import <WatchKit/WatchKit.h>
#import <Foundation/Foundation.h>
@interface InterfaceController : WKInterfaceController
@end