mirror of
https://github.com/HackPlan/IQKeyboardManager.git
synced 2026-06-17 02:25:14 +08:00
14 lines
234 B
Objective-C
14 lines
234 B
Objective-C
//
|
|
// CustomViewController.h
|
|
// IQKeyboardManager
|
|
//
|
|
// Created by InfoEnum02 on 21/04/15.
|
|
// Copyright (c) 2015 Iftekhar. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface CustomViewController : UIViewController
|
|
|
|
@end
|