






#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface FailingPauseNominalEasyDistinctCell : UITableViewCell


@property (nonatomic,strong) UIImageView * primaryOwnView;


@property (nonatomic,strong) UILabel * callbackName;


@property (nonatomic,strong) UILabel * keyStreamedTime;

@end

NS_ASSUME_NONNULL_END
