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

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

#import 

@interface TopicListButton : UIButton

+ (instancetype)buttonWithTitle:(NSString *)title andNumber:(NSInteger)number;
+ (instancetype)buttonWithTitle:(NSString *)title;

- (void)setIconHide:(BOOL)hide;

@end

Web Proxy Viewer  |  New URL  |  Original Page