// // UMComFindTableViewCell.h // UMCommunity // // Created by umeng on 15-3-31. // Copyright (c) 2015年 Umeng. All rights reserved. // #import #import "UMComTableViewCell.h" @interface UMComFindTableViewCell : UMComTableViewCell @property (weak, nonatomic) IBOutlet UIImageView *titleImageView; @property (weak, nonatomic) IBOutlet UILabel *titleNameLabel; @end