|
//
// myDynamicController.h
// ThePaperBase
//
// Created by YoungLee on 15/8/31.
// Copyright (c) 2015年 scar1900. All rights reserved.
//
#import "newPageBaseController.h"
@interface myDynamicController : newPageBaseController
@property(nonatomic, strong)commentObjectVO *comment;
@property(nonatomic, assign)BOOL isMsgController;
@end
|