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