Replace some Roxas with Roxas UI

Signed-off-by: Joseph Mattello <mail@joemattiello.com>
This commit is contained in:
Joseph Mattello
2023-02-25 01:38:29 -05:00
committed by Joe Mattiello
parent f270ecc537
commit a6559d8bb9
41 changed files with 55 additions and 44 deletions

View File

@@ -9,7 +9,7 @@
import UIKit
import AltStoreCore
import Roxas
import RoxasUI
class AppBannerView: RSTNibView
{

View File

@@ -8,7 +8,7 @@
import UIKit
import Roxas
import RoxasUI
final class NavigationBar: UINavigationBar
{

View File

@@ -6,7 +6,7 @@
// Copyright © 2019 Riley Testut. All rights reserved.
//
import Roxas
import RoxasUI
import AltStoreCore