mirror of
https://github.com/HackPlan/IQKeyboardManager.git
synced 2026-06-17 10:51:50 +08:00
14 lines
237 B
Objective-C
14 lines
237 B
Objective-C
//
|
|
// ExampleTableViewController.h
|
|
// IQKeyboard
|
|
//
|
|
// Created by Iftekhar on 27/09/14.
|
|
// Copyright (c) 2014 Iftekhar. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface ExampleTableViewController : UIViewController
|
|
|
|
@end
|