//
//  NoticeNewGroupMenuCell.h
//  smartRhino
//
//  Created by armin on 2019/11/5.
//  Copyright © 2019 tederen. All rights reserved.
//

#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface NoticeNewGroupMenuCell : UICollectionViewCell

@property (strong,nonatomic) IBOutlet UIImageView *cell0ImgView;
@property (strong,nonatomic) IBOutlet UILabel *cell0TitleLabel;

@end

NS_ASSUME_NONNULL_END