//
//  VersionDataVC.h
//  smartRhino
//
//  Created by tederen on 2019/11/28.
//  Copyright © 2019 tederen. All rights reserved.
//

#import "BaseViewController.h"

NS_ASSUME_NONNULL_BEGIN

@interface VersionDataVC : BaseViewController
@property (nonatomic, assign) NSInteger pageType;
+(VersionDataVC *)initVersionDataVC;
+(VersionDataVC *)initVersionData2VC;
+(VersionDataVC *)initVersionData3VC;


+ (void)getDataWithDataType:(NSInteger)DataType withDateType:(NSInteger)DateType success:(void (^) (id responseObject))successful failure:(void (^) (NSError *error))failure;


+ (void)getDataWithStoreType:(NSInteger)DataType withDateType:(NSInteger)DateType success:(void (^) (id responseObject))successful failure:(void (^) (NSError *error))failure;

+ (void)getDataWithPublishType:(NSInteger)DataType withDateType:(NSInteger)DateType success:(void (^) (id responseObject))successful failure:(void (^) (NSError *error))failure;

+ (void)getDataWithVersisonType:(NSInteger)DataType withDateType:(NSInteger)DateType success:(void (^) (id responseObject))successful failure:(void (^) (NSError *error))failure;

+ (void)getDataWithHumanType:(NSInteger)DataType withDateType:(NSInteger)DateType success:(void (^) (id responseObject))successful failure:(void (^) (NSError *error))failure;
+ (PYOption *)addOptionxArray:(NSArray *)xArray withYArray:(NSArray *)yArray;
@end

NS_ASSUME_NONNULL_END