1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- //
- // 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 UIColor *acQnB;
- @property UIImageView *a6tLF8Yju;
- @property UISwitch *ayN2wbVaSI;
- @property UIFontWeight *aV80uj;
- @property UITableView *anOgJwU;
- @property UIDevice *a6Kgb;
- @property UIAlertView *aWzlSs;
- @property UIScreen *acDYgrwBvG;
- @property UIFontWeight *azpucM9;
- @property UIAlertAction *asV01;
- @property UIDocument *aEN7I6nuYm9;
- @property UIDocument *amoIM;
- @property UITableView *akzKMcQ3a;
- @property UIControl *aob2CTQil;
- @end
|