Files
PINRemoteImage/Example-Mac/Pods/Target Support Files/libwebp/libwebp-dummy.m
Syo Ikeda 9109ff5a5f Fix Example-Mac and Carthage support
There is an invalid `Pods-PINRemoteImage-PINRemoteImage.xcscheme` scheme which does not have corresponding build target.
2016-03-12 00:05:23 +09:00

6 lines
118 B
Objective-C

#import <Foundation/Foundation.h>
@interface PodsDummy_libwebp : NSObject
@end
@implementation PodsDummy_libwebp
@end