what's new
* 动态启动图
* 动态聊天背景
* 支持8.0.1
* 更新越狱包8.0.1
* 更新已注入助手的8.0.1未签名包
* 更新越狱源安装包
This commit is contained in:
DKJone
2021-01-29 16:35:34 +08:00
parent 25a3f7f760
commit 888af8954e
125 changed files with 10144 additions and 40 deletions
@@ -460,18 +460,15 @@
@end
@interface MMLoadingView : UIView
- (void)ShowTipView:(id)arg1 Title:(id)arg2 Delay:(double)arg3;
@property(retain, nonatomic) NSString *text;
- (void)stopLoadingAndShowOK;
- (void)stopLoadingAndShowError:(id)arg1 withDelay:(double)arg2;
- (void)stopLoadingAndShowError:(id)arg1;
- (void)stopLoadingAndShowOK:(id)arg1 withDelay:(double)arg2;
- (void)stopLoadingAndShowOK:(id)arg1;
- (void)StopLoadingTimerFired:(id)arg1;
- (void)stopLoading;
- (void)startLoadingButAnimatingAfterDelay:(double)arg1;
- (void)startLoading;
- (void)setLabelText:(id)arg1;
- (void)ShowTipView:(id)arg1 Title:(id)arg2 Delay:(double)arg3;
@end