Sha256: 6201cd95030635f51c4889647613baa51b41eafe9bdd71384b228407835d4f3b

Contents?: true

Size: 578 Bytes

Versions: 20

Compression:

Stored size: 578 Bytes

Contents

//
//  <%= @prefixed_module %>ServiceRegister.m
//  <%= @project %>
//
//  Created by <%= @author %> on <%= @date %>.
//
//

#import "<%= @prefixed_module %>ServiceRegister.h"
#import <YKModuleServiceComponent/YKModuleServiceComponentHeader.h>

#import "<%= @prefixed_module %>ServiceProtocol.h"


#import "<%= @prefixed_module %>DemoViewModel.h"


@implementation <%= @prefixed_module %>ServiceRegister

@YKModuleServiceRegister(){
    YKModuleServiceRegisterExecute(<%= @prefixed_module %>DemoViewModel.class, @protocol(<%= @prefixed_module %>ServiceProtocol), nil);
}


@end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
yk_command-0.6.4 lib/yk_command/module/template/objc/ServiceRegister.m
yk_command-0.6.2 lib/yk_command/module/template/objc/ServiceRegister.m
yk_command-0.6.1 lib/yk_command/module/template/objc/ServiceRegister.m
yk_command-0.6.0 lib/yk_command/module/template/objc/ServiceRegister.m
yk_command-0.5.91 lib/yk_command/module/template/objc/ServiceRegister.m
yk_command-0.5.9 lib/yk_command/module/template/objc/ServiceRegister.m
yk_command-0.5.8 lib/yk_command/module/template/objc/ServiceRegister.m
yk_command-0.5.7 lib/yk_command/module/template/objc/ServiceRegister.m
yk_command-0.5.6 lib/yk_command/module/template/objc/ServiceRegister.m
yk_command-0.5.5 lib/yk_command/module/template/objc/ServiceRegister.m
yk_command-0.5.4 lib/yk_command/module/template/objc/ServiceRegister.m
yk_command-0.5.3 lib/yk_command/module/template/objc/ServiceRegister.m
yk_command-0.5.2 lib/yk_command/module/template/objc/ServiceRegister.m
yk_command-0.5.1 lib/yk_command/module/template/objc/ServiceRegister.m
yk_command-0.3.5 lib/yk_command/template/objc/ServiceRegister.m
yk_command-0.3.4 lib/yk_command/template/objc/ServiceRegister.m
yk_command-0.3.3 lib/yk_command/template/objc/ServiceRegister.m
yk_command-0.3.2 lib/yk_command/template/objc/ServiceRegister.m
yk_command-0.3.1 lib/yk_command/template/objc/ServiceRegister.m
yk_command-0.3.0 lib/yk_command/template/objc/ServiceRegister.m