feat:add toast bridge

This commit is contained in:
pengfei.zhou
2019-11-20 17:24:50 +08:00
parent 38823700a2
commit d495043dc9
9 changed files with 96 additions and 7 deletions

View File

@@ -35,3 +35,8 @@ NSBundle *_Nonnull DoricBundle(void);
#ifndef DC_UNLOCK
#define DC_UNLOCK(lock) dispatch_semaphore_signal(lock);
#endif
void showToastInView(NSString *_Nonnull text, UIView *_Nonnull superView);
void showToast(NSString *_Nonnull text);