//
//  UIView+Toast.h
//  GCanvasPlayground
//
//  Created by jiangweixing on 2018/7/9.
//  Copyright © 2018年 taobao. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface UIView(Toast)

- (void)toastMessage:(NSString*)message duration:(NSTimeInterval)delay;

@end
