1234567891011121314151617 |
- //
- // MTWorkHomeHeaderView.h
- // TheThrees
- //
- // Created by Simon on 2019/9/11.
- // Copyright © 2019 Simon. All rights reserved.
- //
- #import "MTBaseView.h"
- #import "MTWorkHomeViewModel.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface MTWorkHomeHeaderView : MTBaseView
- @property (nonatomic, strong) MTWorkHomeViewModel *viewModel;
- @end
- NS_ASSUME_NONNULL_END
|