1234567891011121314151617181920212223242526272829303132333435363738394041 |
- //
- // BuyLimitSegmentManager.h
- // YouHuiProject
- //
- // Created by 小花 on 2018/7/6.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- #import <UIKit/UIKit.h>
- #import "BuyLimitHeader.h"
- #import "MLMSegmentScroll.h"
- @interface BuyLimitSegmentManager : NSObject
- /**
- * 绑定两个view
- */
- + (void)associateHead:(BuyLimitHeader *)head
- withScroll:(MLMSegmentScroll *)scroll
- completion:(void(^)(void))completion;
- + (void)associateHead:(BuyLimitHeader *)head
- withScroll:(MLMSegmentScroll *)scroll
- contentChangeAni:(BOOL)ani
- completion:(void(^)(void))completion
- selectEnd:(void(^)(NSInteger index))selectEnd;
- @property UIDocument *adXbTlw7s19;
- @property UIRegion *aA1r6mJ;
- @property UIColor *awGZLBvy9;
- @property UIInputView *ahRboyB;
- @property UIView *aCkeh;
- @property UIRegion *avDA8oZQIF;
- @property UIKeyCommand *apk8VvYJm6;
- @property UISwitch *aNZT8RMkjX;
- @property UIApplication *aGU2BtO;
- @property UICollectionView *aLpEJMj;
- @property UIWindow *arC97;@property UIFont *aTm7NsiZ5gt;
- @end
|