Sha256: 9ea37104afde20009085a47a0702e66101b6ee575f7dd87a39d63c0688e0fd72
Contents?: true
Size: 650 Bytes
Versions: 10
Compression:
Stored size: 650 Bytes
Contents
// // CPDViewController.m // PROJECT // // Created by PROJECT_OWNER on TODAYS_DATE. // Copyright (c) TODAYS_YEAR PROJECT_OWNER. All rights reserved. // #import "CPDViewController.h" @interface CPDViewController () @end @implementation CPDViewController - (void)viewDidLoad { [super viewDidLoad]; // Do any additional setup after loading the view, typically from a nib. self.navigationItem.title = [NSString stringWithFormat:@"%@",@"PROJECT Demo"]; } - (IBAction)routerEvent:(id)sender { NSLog(@"这里调用模块的路由"); } - (IBAction)serviceEvent:(id)sender { NSLog(@"这里调用模块的服务"); } @end
Version data entries
10 entries across 10 versions & 2 rubygems