You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
549 B
19 lines
549 B
// |
|
// TableViewDragger.h |
|
// TableViewDragger |
|
// |
|
// Created by Kyohei Ito on 2015/09/24. |
|
// Copyright © 2015年 kyohei_ito. All rights reserved. |
|
// |
|
|
|
#import <UIKit/UIKit.h> |
|
|
|
//! Project version number for TableViewDragger. |
|
FOUNDATION_EXPORT double TableViewDraggerVersionNumber; |
|
|
|
//! Project version string for TableViewDragger. |
|
FOUNDATION_EXPORT const unsigned char TableViewDraggerVersionString[]; |
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <TableViewDragger/PublicHeader.h> |
|
|
|
|
|
|