mirror of
https://github.com/DKJone/DKWechatHelper.git
synced 2026-07-29 06:12:07 +08:00
[v1.0.7](https://github.com/DKWechatHelper/DKWechatHelper/releases/tag/1.0.7) / 2021-01-29
what's new * 动态启动图 * 动态聊天背景 * 支持8.0.1 * 更新越狱包8.0.1 * 更新已注入助手的8.0.1未签名包 * 更新越狱源安装包
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user