Skip to content

Commit

Permalink
🚑 :: [#107] SelfStudyFeature / SelfStudyViewController가 BaseStoredVie…
Browse files Browse the repository at this point in the history
…wController를 상속받도록 변경
  • Loading branch information
baekteun committed Jul 25, 2023
1 parent 610309d commit b90728b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import SelfStudyDomainInterface
import UIKit
import UIKitUtil

final class SelfStudyViewController: BaseViewController<SelfStudyStore> {
final class SelfStudyViewController: BaseStoredViewController<SelfStudyStore> {
private let dotoriNavigationBarLabel = DotoriNavigationBarLabel(text: "자습신청")
private let filterBarButton = UIBarButtonItem(
image: .Dotori.filter.tintColor(color: .dotori(.neutral(.n20))),
Expand Down

0 comments on commit b90728b

Please sign in to comment.