Sha256: e3167f7b35b479ab1787fc608288fe8f75f618051a5575cf1a41f1d7eedd40b7
Contents?: true
Size: 822 Bytes
Versions: 1
Compression:
Stored size: 822 Bytes
Contents
// // Generated by CocoaPods-Keys // on 11/03/2015 // For more information see https://github.com/cocoapods/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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cocoapods-keys-1.1.0 | spec/fixtures/Keys_empty.m |