Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
zhangyongji
/
MRFramework
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
87d28a69
authored
Sep 03, 2019
by
Sarkizz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
把open的function移到class声明处(extension 的open要override的话需要在前面加@objc)
parent
04aa9223
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
+0
-4
MRFramework/MRFramework/FoundationManagers/HotUpdate/MRUpdateManager.swift
+0
-2
MRFramework/MRFramework/UIControls/Scanning/CommonScanningViewController.swift
+0
-2
No files found.
MRFramework/MRFramework/FoundationManagers/HotUpdate/MRUpdateManager.swift
View file @
87d28a69
...
...
@@ -92,9 +92,7 @@ open class MRUpdateManager: NSObject {
public
var
status
:
UpdateStatus
{
return
_status
}
}
extension
MRUpdateManager
{
open
func
getDataFromNetwork
(
_
complate
:
(
_
data
:
Any
?,
_
error
:
Error
?)
->
Void
)
{
complate
(
nil
,
nil
)
}
...
...
MRFramework/MRFramework/UIControls/Scanning/CommonScanningViewController.swift
View file @
87d28a69
...
...
@@ -37,9 +37,7 @@ open class CommonScanningViewController: UIViewController, MRScanningProtocol {
scanAndAnimate
(
start
:
true
)
}
}
}
extension
CommonScanningViewController
{
open
func
setupScanningViews
()
{
setupScanningInterface
{
(
_
,
rectLineView
,
lineView
)
in
rectLineView
.
borderWidth
=
0.5
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment