add DoricJSCore

This commit is contained in:
pengfei.zhou
2019-07-25 21:03:31 +08:00
parent f912c49eed
commit 4aa049fc04
18 changed files with 303 additions and 137 deletions

View File

@@ -109,5 +109,5 @@ - (void)setCenterY:(CGFloat)centerY {
frame.origin.y = centerY - self.frame.size.height/2;
[self setFrame:frame];
}
@end