You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
420 B

2 years ago
//
// addressCell.h
// b
//
// Created by kaidan on 2017/1/12.
// Copyright © 2017年 kaidan. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "TableCell.h"
@interface messageHearderCell : baseCell
/*
*
*/
@property(nonatomic,strong)UIImageView* iconImg;
/*
*
*/
@property(nonatomic,strong)UILabel* titleLab;
/*
*
*/
@property(nonatomic,strong)UILabel* phonoeLab;
@end