//
//  NoticeSelectCell.h
//  smartRhino
//
//  Created by taidi on 2019/12/7.
//  Copyright © 2019 tederen. All rights reserved.
//

#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

/// 选择收件人 抄送人
@interface NoticeSelectCell : UICollectionViewCell
@property (weak, nonatomic) IBOutlet UILabel *nameLabel;
@property (weak, nonatomic) IBOutlet TDButton *delButton;
@end

NS_ASSUME_NONNULL_END