// // SelectViewCell.h // tongxin // // Created by ecell on 2021/7/20. // Copyright © 2021 xTT. All rights reserved. // #import #import "LMJDropdownMenu.h" @interface SelectViewCell : UITableViewCell @property (weak, nonatomic) IBOutlet LMJDropdownMenu *menu; @end