Toggle navigation
Toggle navigation
This project
Loading...
Sign in
hh_public
/
hh_doctor_mini
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
wangguolei
2021-08-23 14:35:57 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ba7300cdf4e59ddcdc99d8e723a1a7889a218aa9
ba7300cd
1 parent
e46f3fe5
头文件替换
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletions
HHDoctor/HHDoctor.framework/Headers/HHSDKOptions.h
HHDoctor/HHDoctor.framework/Headers/HHSDKOptions.h
View file @
ba7300c
...
...
@@ -9,6 +9,12 @@
-
(
void
)
loadImageView
:
(
UIImageView
*
)
imageView
placeholder
:
(
UIImage
*
)
placeholder
url
:
(
NSString
*
)
url
;
-
(
void
)
showToastMessage
:(
NSString
*
)
text
;
-
(
void
)
showHUDLoading
:(
NSString
*
)
text
;
-
(
void
)
hideHUD
;
@end
@interface
HHSDKOptions
:
NSObject
...
...
@@ -32,7 +38,7 @@
*/
@property
(
nonatomic
,
strong
)
NSString
*
mExtensionString
;
@property
(
nonatomic
,
strong
)
NSString
*
sdkVersion
;
@property
(
nonatomic
,
strong
,
readonly
)
NSString
*
sdkVersion
;
+
(
HHSDKOptions
*
)
sharedInstance
;
...
...
Please
register
or
login
to post a comment