// // FKLadderTableView.h // FirstLink // // Created by jack on 16/8/12. // Copyright © 2016年 FirstLink. All rights reserved. // #import @interface FKLadderTableView : UIView @property (nonatomic, strong) UIScrollView *bgScrollView; @property (nonatomic, strong) FKRefreshControl *upControl; @property (nonatomic, strong) FKRefreshControl *downControl; - (instancetype)initWithUpTableView:(UITableView *)upTableView downTableView:(UITableView *)downTableView downSegmentView:(UIView *)downSegmentView delegate:(id )delegate; - (void)goToDown; @end