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.
 
 
 
 

29 lines
420 B

//
// 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