mirror of
https://github.com/HackPlan/IQKeyboardManager.git
synced 2026-06-17 10:51:50 +08:00
- 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.
14 lines
231 B
Objective-C
14 lines
231 B
Objective-C
//
|
|
// LayoutGuideViewController.h
|
|
// Demo
|
|
//
|
|
// Created by IEMacBook01 on 21/05/16.
|
|
// Copyright © 2016 Iftekhar. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface LayoutGuideViewController : UIViewController
|
|
|
|
@end
|