|
//
// notificationCell.h
// ThePaperHD
//
// Created by liyuan on 15/7/15.
// Copyright (c) 2015年 scar1900. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface notificationCell : UITableViewCell
@property(nonatomic, strong) NSString *topic;
@property(nonatomic, strong) NSIndexPath *indexPath;
@property(nonatomic, strong)NSMutableDictionary *msgDic;
@end
|