// // MineHomeVC.h // Telemarketing // // Created by 刘惠萍 on 2020/10/30. // Copyright © 2020 刘惠萍. All rights reserved. // #import "BaseVC.h" NS_ASSUME_NONNULL_BEGIN @interface MineHomeVC : BaseTableVC @end @interface MineHomePageNavView : UIView //属性 @property (strong, nonatomic) UIImageView *iconImg; @property (strong, nonatomic) UILabel *labelName; @property (strong, nonatomic) UIButton *attBtn; #pragma mark 刷新view - (void)resetViewWithModel:(id)model; @end NS_ASSUME_NONNULL_END