Files
IQKeyboardManager/Demo/Objective_C_Demo/ViewController/YYTextViewController.h
hackiftekhar 6becc06ca3 - Converted Obj-C demo with Autolayout
- Enhanced demo project and added various examples demonstrating almost all properties of library.
- Enhanced library Settings Controller.
- Moved some contents of README.md file to other files.
2016-05-22 23:13:04 +05:30

14 lines
221 B
Objective-C

//
// YYTextViewController.h
// Demo
//
// Created by IEMacBook01 on 21/05/16.
// Copyright © 2016 Iftekhar. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface YYTextViewController : UIViewController
@end