HUToast.h 172 B

123456789101112131415
  1. //
  2. // HUToast.h
  3. // Pods
  4. //
  5. // Created by jewelz on 16/4/30.
  6. //
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface HUToast : UIView
  10. + (void)showToastWithMsg:(NSString *)msg;
  11. @end