refact some code

This commit is contained in:
pengfei.zhou
2020-04-03 10:19:13 +08:00
committed by osborn
parent 00f5fb3918
commit ca6a3284f2
9 changed files with 55 additions and 60 deletions

View File

@@ -12,7 +12,7 @@ @interface DoricDemoPlugin : DoricNativePlugin
@implementation DoricDemoPlugin
- (void)test {
dispatch_async(dispatch_get_main_queue(), ^{
ShowToast(@"Test called", DoricCenter);
ShowToast(@"Test called", DoricGravityCenter);
});
}
@end