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