Sha256: 6db4b1af6b2b6e2eafe33a34fce0186c20f486d262225b305979e408b5308f46
Contents?: true
Size: 748 Bytes
Versions: 4
Compression:
Stored size: 748 Bytes
Contents
// // YKRPC_POD_NAMERegisterService.m // YKRPC_POD_NAME // // Created by YKRPC_AUTHOR_NAME on YKRPC_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
4 entries across 2 versions & 1 rubygems