12345678910111213141516171819 |
- //
- // HomeProblemTopCollectCell.h
- // smartRhino
- //
- // Created by niuzhen on 2020/5/19.
- // Copyright © 2020 tederen. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface HomeProblemTopCollectCell : UICollectionViewCell
- @property (weak, nonatomic) IBOutlet UIImageView *imagV;
- - (void)setImageViewWithString:(NSString *)imageStr;
- @end
- NS_ASSUME_NONNULL_END
|