Skip to content

Commit

Permalink
clean: いらない
Browse files Browse the repository at this point in the history
  • Loading branch information
sasurai-usagi3 committed Jul 13, 2019
1 parent 6471fed commit b2063d6
Showing 1 changed file with 0 additions and 7 deletions.
Expand Up @@ -7,7 +7,6 @@
//

import UIKit
import XLPagerTabStrip

final class SignInViewController: UIViewController {
@IBOutlet private weak var formEmail: UITextField!
Expand Down Expand Up @@ -46,9 +45,3 @@ final class SignInViewController: UIViewController {
return UIStoryboard(name: "SignIn", bundle: nil).instantiateInitialViewController() as! SignInViewController
}
}

extension SignInViewController: IndicatorInfoProvider {
func indicatorInfo(for pagerTabStripController: PagerTabStripViewController) -> IndicatorInfo {
return IndicatorInfo(title: "Test")
}
}

0 comments on commit b2063d6

Please sign in to comment.