- #import "LZEmptyView.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface UIView (LZEmptyView)
- - (void)lz_showEmptyViewWithImage:(UIImage *)image content:(NSString *)content;
- - (void)lz_showEmptyViewWithImage:(UIImage *)image content:(NSString *)content btnTitle:(NSString *)btnTitle btnColor:(UIColor *)btnColor block:(void(^)(void))block;
- - (void)lz_showEmptyViewWithUrl:(NSURL *)url content:(NSString *)content;
- //- (void)lz_showAfreshLoadViewWithMsg:(NSString *)msg afreshLoadAction:(void (^)(void))block;
- - (void)lz_hideEmptyView;
- - (void)lz_showEmptyViewWithImageSizeWUWU:(UIImage *)image content:(NSString *)content;
- - (void)lz_showEmptyViewWithImage:(UIImage *)image title:(NSString *)title content:(NSString *)content btnTitle:(NSString *)btnTitle styleBlock:(void (^)(LYEmptyView *emptyView))styleBlock block:(nonnull void (^)(void))block;
- @end
- NS_ASSUME_NONNULL_END
|