// // UITableView+ZZEx.h // ZZUIKit // // Created by Max on 2021/12/13. // #import NS_ASSUME_NONNULL_BEGIN @interface UITableView (ZZEx) -(UITableView *)zz_style; @end NS_ASSUME_NONNULL_END