cdts/xdts-ios 3/TreeHole/Code/Utility/ToastUtil.h

21 lines
315 B
C
Raw Permalink Normal View History

2023-07-27 09:20:00 +08:00
//
// ToastUtil.h
// BabyAlbum
//
// Created by mambaxie on 2021/7/3.
//
#import <Foundation/Foundation.h>
#import <Toast/Toast.h>
NS_ASSUME_NONNULL_BEGIN
@interface ToastUtil : NSObject
+ (void)showToast:(NSString *)msg;
+ (void)showToast:(NSString *)msg position:(id)position;
@end
NS_ASSUME_NONNULL_END