ifish/Ifish/controllers/IfishTabControllers/消息/IfishIMFiles/CustomChatCell/Message/IfishPushmassgaeContentView.h

17 lines
363 B
Objective-C

//
// IfishPushmassgaeContentView.h
// Ifish
//
// Created by imac on 16/10/12.
// Copyright © 2016年 lianxiang. All rights reserved.
//
#import "NIMSessionMessageContentView.h"
//自定义消息用 暂时没用
@interface IfishPushmassgaeContentView : NIMSessionMessageContentView
//消息内容
@property (nonatomic,strong) UILabel *messageLabel;
@end