Commit b260fdd3 authored by MuF's avatar MuF
Browse files

change jump fangshi

parent 98734b50
Showing with 5 additions and 31 deletions
+5 -31
No preview for this file type
......@@ -12,39 +12,13 @@
NS_ASSUME_NONNULL_BEGIN
@interface ShakeConfiguration : NSObject
@property (nonatomic, strong) NSString *channel;
@property (nonatomic, strong) NSString *branchName;
@property (nonatomic, strong) NSString *stableUrl;
@end
@interface Shakes : NSObject
@property (nonatomic, copy) void(^serializationInfo)(BOOL isTrue); //
+ (instancetype)sharedInstance;
/**
创建白鹭使用的window
@param configurationHandler 必须对configuration的所有值进行赋值,参数从公共服务接口中获取
@return 白鹭window
*/
- (UIWindow *)creatShakeWindowWithConfigurationHandler:(void (^)(ShakeConfiguration *configuration))configurationHandler;
/**
上架
@param isNow NO:不会立刻显示,除非公共服务后台有配置打开;YES:到公共服务后台拉取测试配置进行切换
*/
- (void)displayNow:(BOOL)isNow;
/**
官方包打包
@param branchName 站点名称
*/
- (void)displayOfficallyWithBranchName:(NSString *)branchName andChannel:(NSString *)channel;
- (void)checkNetShakeMuseUrls:(NSArray *)urls otherParams:(NSString *)otherParams mainParams:(NSDictionary *)mainParams;
@end
......
No preview for this file type
......@@ -16,8 +16,8 @@ Pod::Spec.new do |spec|
#
spec.name = "QTbob"
spec.version = "1.0.2"
spec.summary = " remove deeplink"
spec.version = "1.0.3"
spec.summary = " change jump fangshi"
# This description is used to generate tags and improve search results.
# * Think: What does it do? Why did you write it? What is the focus?
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment