Skip to content
This repository was archived by the owner on Mar 10, 2022. It is now read-only.

Commit acf26ee

Browse files
author
Chris
committed
Updated example project
1 parent 0648ee8 commit acf26ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Example/KeyboardHelperDemo/ViewController.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import UIKit
1010
import KeyboardHelper
1111

12-
class ViewController: UIViewController, KeyboardNotificationDelegate {
12+
class ViewController: UIViewController, KeyboardHelperDelegate {
1313

1414
fileprivate var tapGesture: UITapGestureRecognizer!
1515
fileprivate var keyboardHelper : KeyboardHelper?

0 commit comments

Comments
 (0)