Sha256: 9bb78666ff2b1dd2681daf5d2ee9f5235932045b60d9867fc4a66f9d9bc726c6
Contents?: true
Size: 748 Bytes
Versions: 28
Compression:
Stored size: 748 Bytes
Contents
// // ___FILENAME___ // ___POD_NAME___ // // Created by OCSlimProject on ___DATE___. // MIT License // © 2016 Paul Stringer // #import <Foundation/Foundation.h> #if __has_include(<___POD_NAME___/___POD_NAME___.h>) #else #pragma GCC error "Target requires pod '___POD_NAME___'. Add the entry \"pod '___POD_NAME___'\" to your Podfile configuration." #endif /* Copy and paste this entry to your projects Podfile and run 'pod install' or 'pod update' as necessary target '___PACKAGENAMEASIDENTIFIER___' do platform :___POD_PLATFORM_IDENTIFIER___ pod '___POD_NAME___' end https://cocoapods.org/?q=___POD_NAME___ */ @interface ___PACKAGENAMEASIDENTIFIER___ : NSObject @end @implementation ___PACKAGENAMEASIDENTIFIER___ @end
Version data entries
28 entries across 25 versions & 1 rubygems