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