debloat: removed more patreon stuff carried over from altstore 2.0

This commit is contained in:
mahee96
2026-02-22 15:18:51 +05:30
parent f16651040f
commit d670618cbe
10 changed files with 11 additions and 126 deletions

View File

@@ -8,10 +8,10 @@
import UIKit
final class PatronCollectionViewCell: UICollectionViewCell
{
@IBOutlet var textLabel: UILabel!
}
//final class PatronCollectionViewCell: UICollectionViewCell
//{
// @IBOutlet var textLabel: UILabel!
//}
final class AboutPatreonHeaderView: UICollectionReusableView
@@ -45,7 +45,7 @@ final class AboutPatreonHeaderView: UICollectionReusableView
button.clipsToBounds = true
button.layer.cornerRadius = 16
}
}
}
override func layoutMarginsDidChange()
{