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