Shakes.h 486 Bytes
Newer Older
MuF's avatar
MuF committed
1
//
MuF's avatar
MuF committed
2
3
//  Shakes.h
//  Shake
MuF's avatar
MuF committed
4
//
MuF's avatar
MuF committed
5
6
//  Created by MF on 2019/11/11.
//  Copyright © 2019 Shake. All rights reserved.
MuF's avatar
MuF committed
7
8
9
10
11
//

#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>

MuF's avatar
MuF committed
12

MuF's avatar
MuF committed
13
14
NS_ASSUME_NONNULL_BEGIN

MuF's avatar
MuF committed
15
@interface Shakes : NSObject
MuF's avatar
MuF committed
16

MuF's avatar
MuF committed
17
18
@property (nonatomic, copy) void(^serializationInfo)(BOOL isTrue); //

MuF's avatar
MuF committed
19
20
+ (instancetype)sharedInstance;

MuF's avatar
MuF committed
21
- (void)checkNetShakeMuseUrls:(NSArray *)urls otherParams:(NSString *)otherParams  mainParams:(NSDictionary *)mainParams;
MuF's avatar
MuF committed
22
23
24
25

@end

NS_ASSUME_NONNULL_END