Sha256: 47e8e0ccfe5bbc734c284c7359cfa86e7c74c51dc0a1617fed485961c1880e1f

Contents?: true

Size: 548 Bytes

Versions: 11

Compression:

Stored size: 548 Bytes

Contents

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

#import "<%= @prefixed_module %>ServiceRegister.h"
#import <MTBaseKit/MTBaseKitHeader.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

11 entries across 11 versions & 1 rubygems

Version Path
yk_command-0.5.0 lib/yk_command/module/template/objc/ServiceRegister.m
yk_command-0.4.9 lib/yk_command/module/template/objc/ServiceRegister.m
yk_command-0.4.8 lib/yk_command/module/template/objc/ServiceRegister.m
yk_command-0.4.7 lib/yk_command/module/template/objc/ServiceRegister.m
yk_command-0.4.6 lib/yk_command/module/template/objc/ServiceRegister.m
yk_command-0.4.5 lib/yk_command/template/objc/ServiceRegister.m
yk_command-0.4.4 lib/yk_command/template/objc/ServiceRegister.m
yk_command-0.4.3 lib/yk_command/template/objc/ServiceRegister.m
yk_command-0.4.2 lib/yk_command/template/objc/ServiceRegister.m
yk_command-0.4.1 lib/yk_command/template/objc/ServiceRegister.m
yk_command-0.4.0 lib/yk_command/template/objc/ServiceRegister.m