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