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