spm: complex refactor, document of package

This commit is contained in:
Joe Mattiello
2023-03-10 19:23:32 -05:00
parent 1f2693bea6
commit 128b180c1f
40 changed files with 905 additions and 745 deletions

View File

@@ -9,6 +9,7 @@
import RoxasUIKit
import UIKit
@objc
final class InstalledAppCollectionViewCell: UICollectionViewCell {
private(set) var deactivateBadge: UIView?
@@ -52,11 +53,13 @@ final class InstalledAppCollectionViewCell: UICollectionViewCell {
}
}
@objc
final class InstalledAppsCollectionFooterView: UICollectionReusableView {
@IBOutlet var textLabel: UILabel!
@IBOutlet var button: UIButton!
}
@objc
final class NoUpdatesCollectionViewCell: UICollectionViewCell {
@IBOutlet var blurView: UIVisualEffectView!
@@ -67,6 +70,7 @@ final class NoUpdatesCollectionViewCell: UICollectionViewCell {
}
}
@objc
final class UpdatesCollectionHeaderView: UICollectionReusableView {
let button = PillButton(type: .system)