|
//
// UITestViewController.h
// ThePaperDemo
//
// Created by Scar on 14-9-3.
// Copyright (c) 2014年 scar1900. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface channalMyPaperController : channelContentListController
@property(nonatomic, strong)UIView *noneLoginBack;
@property(nonatomic, strong)UIView *noOrderedBack;
@end
|