Displays remaining App ID count

This commit is contained in:
Riley Testut
2020-01-24 14:54:52 -08:00
parent b196981c89
commit 74f44ddfe8
4 changed files with 110 additions and 5 deletions

View File

@@ -30,6 +30,12 @@ class InstalledAppsCollectionHeaderView: UICollectionReusableView
@IBOutlet var button: UIButton!
}
class InstalledAppsCollectionFooterView: UICollectionReusableView
{
@IBOutlet var textLabel: UILabel!
@IBOutlet var button: UIButton!
}
class NoUpdatesCollectionViewCell: UICollectionViewCell
{
@IBOutlet var blurView: UIVisualEffectView!