26 lines
505 B
Objective-C
26 lines
505 B
Objective-C
|
|
#import <UIKit/UIKit.h>
|
|
|
|
#import "NUserBannerController.h"
|
|
#import "LRRevolutionOpularObject.h"
|
|
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface MRecommandSelectorController : UIViewController
|
|
@property (nonatomic, assign) int statusManager;
|
|
@property (nonatomic, assign) double recommandSample;
|
|
@property (nonatomic, strong) UIScrollView * imgSearchOriginalScrollView;
|
|
|
|
|
|
|
|
-(int)disconnectLanguageSkip:(BOOL)conventionState;
|
|
|
|
-(NSDictionary *)cancelOffset;
|
|
|
|
-(UIButton *)cornerZone;
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|