Sha256: 56a24d000dbd5835d5d1556ffe79040c99103200227d01dff6080b90ba5a50f7
Contents?: true
Size: 748 Bytes
Versions: 5
Compression:
Stored size: 748 Bytes
Contents
// // YKRPC_POD_NAMERegisterService.m // YKRPC_POD_NAME // // Created by YKPRC_AUTHOR_NAME on YKPRC_CREATE_DATE. // #import "YKRPC_POD_NAMERegisterService.h" #import <YKModuleServiceComponent/YKModuleServiceComponentHeader.h> @interface YKRPC_POD_NAMERegisterService()<YKModuleServiceRegisterProtocol, SUAdvertisementServiceProtocol> @end @implementation SUAdvertisementServiceRegister + (void)ykModuleServiceRegistAction { YKModuleServiceRegisterExecute(SUAdvertisementServiceRegister.class, @protocol(SUAdvertisementServiceProtocol), nil); } @end #pragma mark - xxxxServiceProtocol method // @interface YKRPC_POD_NAMERegisterService(serProtocol)<xxxxServiceProtocol> // +(void)xxxxAction { // // service execute code // // } // @end
Version data entries
5 entries across 5 versions & 1 rubygems