对下载模型的调整
This commit is contained in:
parent
d0a1339ee9
commit
c9b7e2d935
@ -9,9 +9,8 @@ import UIKit
|
|||||||
import CoreData
|
import CoreData
|
||||||
///音乐Model
|
///音乐Model
|
||||||
@objc(MPPositive_DownloadItemModel)
|
@objc(MPPositive_DownloadItemModel)
|
||||||
///音乐资源下载模型
|
|
||||||
class MPPositive_DownloadItemModel: NSManagedObject, MP_CoreDataManageableDelegate, MP_CoreDataOperationDelegate {
|
class MPPositive_DownloadItemModel: NSManagedObject, MP_CoreDataManageableDelegate, MP_CoreDataOperationDelegate {
|
||||||
typealias ManagedObject = MPSideA_MusicModel
|
typealias ManagedObject = MPPositive_DownloadItemModel
|
||||||
///资源存储地址(沙盒路径后缀名)
|
///资源存储地址(沙盒路径后缀名)
|
||||||
@NSManaged var resourcePath:String!
|
@NSManaged var resourcePath:String!
|
||||||
///封面
|
///封面
|
||||||
|
|||||||
@ -79,6 +79,7 @@ class MPPositive_SearchViewController: MPPositive_BaseViewController {
|
|||||||
super.viewDidLoad()
|
super.viewDidLoad()
|
||||||
setTitle("")
|
setTitle("")
|
||||||
configure()
|
configure()
|
||||||
|
|
||||||
}
|
}
|
||||||
override func viewWillAppear(_ animated: Bool) {
|
override func viewWillAppear(_ animated: Bool) {
|
||||||
super.viewWillAppear(animated)
|
super.viewWillAppear(animated)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user