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