Sha256: 91e3baeb3c578c0e6c529f37803fe2d3d5b7404a6b5a6b7708bc48835f4d3d00
Contents?: true
Size: 783 Bytes
Versions: 3
Compression:
Stored size: 783 Bytes
Contents
// // <%= @prefixed_module %>RouterRegister.m // <%= @project %> // // Created by <%= @author %> on <%= @date %>. // // #import "<%= @prefixed_module %>RouterRegister.h" #import <YKRouterComponent/YKRouterComponentHeader.h> @interface <%= @prefixed_module %>RouterRegister()<YKRouterComponentRegisterProtocol> @end @implementation <%= @prefixed_module %>RouterRegister + (void)ykRouterRegisterExecute { // [[YKRouterComponent shareInstance] ykRegisterUrlPartterns:@"kDemoRouterString" error:nil action:^(YKRouterUrlRequest * _Nonnull urlRequest, YKRouterUrlCompletion _Nonnull completetion) { // // UIViewController *vc = [[UIViewController alloc] init]; // [urlRequest.fromVC.navigationController pushViewController:vc animated:YES]; // }]; } @end
Version data entries
3 entries across 3 versions & 2 rubygems