Files
PINRemoteImage/Example-Mac/Pods/Target Support Files/PINCache/PINCache-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
120 B
Objective-C

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