- //
- // MTBaseCollectionViewCell.h
- //
- // Created by Simon on 2019/3/22.
- // Copyright © 2019 Simon. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface MTBaseCollectionViewCell : UICollectionViewCell
- @end
- NS_ASSUME_NONNULL_END
|