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