LocSeriviceCell.h 391 B

12345678910111213141516
  1. //
  2. // LocSeriviceCell.h
  3. // LN_School
  4. //
  5. // Created by EchoShacolee on 2017/12/16.
  6. // Copyright © 2017年 Danson. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface LocSeriviceCell : UITableViewCell
  10. @property (weak, nonatomic) IBOutlet UILabel *nameLab;
  11. @property (weak, nonatomic) IBOutlet UILabel *detailAddress;
  12. @property (weak, nonatomic) IBOutlet UIImageView *imgV;
  13. @end