// // HUToast.h // Pods // // Created by jewelz on 16/4/30. // // #import @interface HUToast : UIView + (void)showToastWithMsg:(NSString *)msg; @end