//
// TopicNotCreatIconCell.m
// ThePaperBase
//
// Created by zhousan on 15/11/24.
// Copyright © 2015年 scar1900. All rights reserved.
//
#import "TopicNotCreatIconCell.h"
@implementation TopicNotCreatIconCell
/*
// Only override drawRect: if you perform custom drawing.
// An empty implementation adversely affects performance during animation.
- (void)drawRect:(CGRect)rect {
// Drawing code
}
*/
@end
|