// // LocSeriviceCell.h // LN_School // // Created by EchoShacolee on 2017/12/16. // Copyright © 2017年 Danson. All rights reserved. // #import @interface LocSeriviceCell : UITableViewCell @property (weak, nonatomic) IBOutlet UILabel *nameLab; @property (weak, nonatomic) IBOutlet UILabel *detailAddress; @property (weak, nonatomic) IBOutlet UIImageView *imgV; @end