[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/feihuohua/Coding-iOS/master/Coding_iOS/Views/TopicListView.h [Back]  [Original]

//
//  TopicListView.h
//  Coding_iOS
//
//  Created by  on 15/4/19.
//  Copyright (c) 2015 Coding. All rights reserved.
//

#import 

typedef void(^TopicListViewBlock)(NSInteger index);
typedef void(^TopicListViewHideBlock)();

@interface TopicListView : UIView

- (id)initWithFrame:(CGRect)frame
             titles:(NSArray *)titles
            numbers:(NSArray *)numbers
       defaultIndex:(NSInteger)index
      selectedBlock:(TopicListViewBlock)selectedHandle
          hideBlock:(TopicListViewHideBlock)hideHandle;
- (void)changeWithTitles:(NSArray *)titles
                 numbers:(NSArray *)numbers
            defaultIndex:(NSInteger)index
           selectedBlock:(TopicListViewBlock)selectedHandle
               hideBlock:(TopicListViewHideBlock)hideHandle;

- (void)showBtnView;
- (void)hideBtnView;

@end

Web Proxy Viewer  |  New URL  |  Original Page