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

Version Path
ykioscmd-0.6.7 lib/yk_command/project/simple_component_demo_template/templates/ios/Example/PROJECT/CPDViewController.m
ykioscmd-0.6.6 lib/yk_command/project/simple_component_demo_template/templates/ios/Example/PROJECT/CPDViewController.m
yk_command-0.6.5 lib/yk_command/project/simple_component_demo_template/templates/ios/Example/PROJECT/CPDViewController.m
yk_command-0.6.4 lib/yk_command/project/simple_component_demo_template/templates/ios/Example/PROJECT/CPDViewController.m
yk_command-0.6.2 lib/yk_command/project/simple_project_template/templates/ios/Example/PROJECT/CPDViewController.m
yk_command-0.6.1 lib/yk_command/project/simple_project_template/templates/ios/Example/PROJECT/CPDViewController.m
yk_command-0.6.0 lib/yk_command/project/simple_project_template/templates/ios/Example/PROJECT/CPDViewController.m
yk_command-0.5.91 lib/yk_command/project/simple_project_template/templates/ios/Example/PROJECT/CPDViewController.m
yk_command-0.5.9 lib/yk_command/project/simple_project_template/templates/ios/Example/PROJECT/CPDViewController.m
yk_command-0.5.8 lib/yk_command/project/simple_project_template/templates/ios/Example/PROJECT/CPDViewController.m