|
//
// TPLiveHomeController.h
// ThePaperDemo
//
// Created by zhousan on 15/7/1.
// Copyright (c) 2015年 scar1900. All rights reserved.
//
#import "BackPanViewController.h"
@interface TPLiveHomeController : BackPanViewController
@property(nonatomic, strong)NSString *nodeId;
@property(nonatomic, assign)BOOL isClose;
@end
|