Sha256: 242a9647831f33a1fcf82aae7ce2c0eebf1b29a425d9b13869ee091028e875ad
Contents?: true
Size: 817 Bytes
Versions: 25
Compression:
Stored size: 817 Bytes
Contents
// // Generated by CocoaPods-Keys // on 11/03/2015 // For more information see https://github.com/orta/cocoapods-keys // #import <objc/runtime.h> #import <Foundation/NSDictionary.h> #import "FakeKeys.h" #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wincomplete-implementation" @implementation FakeKeys #pragma clang diagnostic pop + (BOOL)resolveInstanceMethod:(SEL)name { NSString *key = NSStringFromSelector(name); NSString * (*implementation)(FakeKeys *, SEL) = NULL; if (!implementation) { return [super resolveInstanceMethod:name]; } return class_addMethod([self class], name, (IMP)implementation, "@@:"); } static char FakeKeysData[] = ""; - (NSString *)description { return [@{ } description]; } - (id)debugQuickLookObject { return [self description]; } @end
Version data entries
25 entries across 25 versions & 1 rubygems