






#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface ProducedEggDragLocationStaticCell : UITableViewCell


@property (nonatomic,strong) UIImageView * commandAddView;


@property (nonatomic,strong) UILabel * birthDayName;


@property (nonatomic,strong) UILabel * capsResultsTime;

@end

NS_ASSUME_NONNULL_END
