iOS:Change DoricGravity enum name

This commit is contained in:
pengfei.zhou
2020-03-27 10:07:53 +08:00
committed by osborn
parent 0abf8533db
commit 438f729ec6
10 changed files with 55 additions and 55 deletions

View File

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