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

//
//  TaskSelectionView.h
//  Coding_iOS
//
//  Created by  on 16/12/4.
//  Copyright  2016 Coding. All rights reserved.
//

#import 

@interface TaskSelectionView : UIView

@property (assign) BOOL showStatus;
@property (nonatomic , copy) void (^clickBlock)(NSInteger selectNum);
@property (nonatomic , copy) void (^closeBlock)();
@property (nonatomic, strong) NSArray *items;
- (instancetype)initWithFrame:(CGRect)frame items:(NSArray *)items;
//
- (void)showMenuAtView:(UIView *)containerView;
//
- (void)dismissMenu;
- (void)refreshMenuDate;


@end

Web Proxy Viewer  |  New URL  |  Original Page