GiGaMaskTime/GIGA/Modules/MessageCenter/View/MAssaageCenterCell.h

19 lines
529 B
Objective-C

//
// MAssaageCenterCell.h
// GIGA
//
// Created by lianxiang on 2018/8/23.
// Copyright © 2018年 com.giga.ios. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface MAssaageCenterCell : UITableViewCell
@property (weak, nonatomic) IBOutlet UIImageView *messageTypeIcon;
@property (weak, nonatomic) IBOutlet UILabel *mesageTypeLabel;
@property (weak, nonatomic) IBOutlet UILabel *detailLabel;
@property (weak, nonatomic) IBOutlet UILabel *messageCountLabel;
-(void)loadCellDataAtIndex:(NSIndexPath *)indexPath;
@end