remove freebee
This commit is contained in:
parent
74ea6654c0
commit
b18f7d1aaf
@ -48,7 +48,9 @@ import UIKit
|
||||
} else {
|
||||
url = MVMCoreUIUtility.bundleForMVMCoreUI()?.url(forResource: imageName, withExtension: "gif")
|
||||
}
|
||||
imageData = MFFreebeeHandler.shared()?.freebee_data(withContentsOf: url)
|
||||
if let url = url {
|
||||
imageData = try? Data(contentsOf: url)
|
||||
}
|
||||
|
||||
runLoopMode = RunLoop.Mode.common.rawValue
|
||||
if startImmediately {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user