init - 初始化项目
This commit is contained in:
14
modules/objc/generator/templates/objc_module_body.template
Normal file
14
modules/objc/generator/templates/objc_module_body.template
Normal file
@@ -0,0 +1,14 @@
|
||||
//
|
||||
// This file is auto-generated. Please don't modify it!
|
||||
//
|
||||
|
||||
#import "$module.h"
|
||||
#import "CVObjcUtil.h"
|
||||
|
||||
$imports
|
||||
|
||||
@implementation $module
|
||||
|
||||
$methodImplementations
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user