






#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface FisheyeCrossInfoRowVisitorCell : UITableViewCell


@property (nonatomic,strong) UIImageView * middlePoloView;


@property (nonatomic,strong) UILabel * nowCheckName;


@property (nonatomic,strong) UILabel * imageVisualTime;

@end

NS_ASSUME_NONNULL_END
