






#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface CountDarwinInsertionRulePartialCell : UITableViewCell


@property (nonatomic,strong) UIImageView * rainBinJobView;


@property (nonatomic,strong) UILabel * pushCardName;


@property (nonatomic,strong) UILabel * arcadePieceTime;

@end

NS_ASSUME_NONNULL_END
