MyPageViewPresenter
final class MyPageViewPresenter
-
Declaration
Swift
weak var viewController: MyPageViewProtocol? -
Declaration
Swift
init(viewController: MyPageViewProtocol, bookmarkManager: BookmarkFacadeManager = BookmarkFacadeManager(), markerManager: MarkerModelManagerProtocol = MarkerModelManager(), amplitude: AmplitudeProtocol = AmplitudeUtilityDummy() ) -
Declaration
Swift
func viewDidLoad() -
Declaration
Swift
func viewWillAppear() -
Declaration
Swift
func whenAfterLogout() -
Declaration
Swift
func whenAfterWithdrawal()
MyPageViewPresenter Class Reference