//
|
// PBEditTimeTableViewCell.h
|
// IphoneBIMe
|
//
|
// Created by zjf on 2018/12/13.
|
// Copyright © 2018 ProBIM. All rights reserved.
|
//
|
|
#import <UIKit/UIKit.h>
|
@class PBExamineAddModel;
|
@interface PBEditTimeTableViewCell : UITableViewCell
|
@property (nonatomic, copy) void(^ChooseBlock)(NSInteger index);
|
@property (nonatomic, strong) PBExamineAddModel *leftExamineAddModel;
|
@property (nonatomic, strong) PBExamineAddModel *rightExamineAddModel;
|
@end
|