|
//
// TPMainPageViewController.h
// ThePaperDemo
//
// Created by Scar on 14-9-2.
// Copyright (c) 2014年 scar1900. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "ATPagingView.h"
#import "channelMenuView.h"
//频道主页面
@interface TPMainPageViewController : TPViewController
@property(nonatomic, strong)ATPagingView *pageView;
@property(nonatomic, strong)channelMenuView *menuView;
- (void)addBudgeViewInRightButton;
- (void)removeBudgeViewInRightButton;
@end
|