|
@@ -44,7 +44,7 @@ protocol NCCellProtocol {
|
|
|
|
|
|
func titleInfoTrailingDefault()
|
|
|
func titleInfoTrailingFull()
|
|
|
- func writeInfoDateSize(date: NSDate, totalBytes: Int64)
|
|
|
+ func writeInfoDateSize(date: NSDate, size: Int64)
|
|
|
func setButtonMore(named: String, image: UIImage)
|
|
|
func hideButtonShare(_ status: Bool)
|
|
|
func hideButtonMore(_ status: Bool)
|
|
@@ -112,7 +112,7 @@ extension NCCellProtocol {
|
|
|
|
|
|
func titleInfoTrailingDefault() {}
|
|
|
func titleInfoTrailingFull() {}
|
|
|
- func writeInfoDateSize(date: NSDate, totalBytes: Int64) {}
|
|
|
+ func writeInfoDateSize(date: NSDate, size: Int64) {}
|
|
|
func setButtonMore(named: String, image: UIImage) {}
|
|
|
func hideButtonShare(_ status: Bool) {}
|
|
|
func hideButtonMore(_ status: Bool) {}
|