Blame view
LifeLog/LifeLog/SearchGroupTableViewCell.h
339 Bytes
fa0d79042
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
// // SearchGroupTableViewCell.h // LifeLog // // Created by nvtu on 8/11/17. // Copyright © 2017 PhongNV. All rights reserved. // #import <UIKit/UIKit.h> @interface SearchGroupTableViewCell : UITableViewCell @property (weak, nonatomic) IBOutlet UIImageView *imgAvatar; @property (weak, nonatomic) IBOutlet UILabel *lblName; @end |