added iOS source code
[wl-app.git] / iOS / Pods / MenuItemKit / MenuItemKit / MenuItemKit.h
1 //
2 //  MenuItemKit.h
3 //  MenuItemKit
4 //
5 //  Created by CHEN Xian’an on 1/16/16.
6 //  Copyright © 2016 lazyapps. All rights reserved.
7 //
8
9 #import <UIKit/UIKit.h>
10
11 //! Project version number for MenuItemKit.
12 FOUNDATION_EXPORT double MenuItemKitVersionNumber;
13
14 //! Project version string for MenuItemKit.
15 FOUNDATION_EXPORT const unsigned char MenuItemKitVersionString[];
16
17 // In this header, you should import all the public headers of your framework using statements like #import <MenuItemKit/PublicHeader.h>
18
19 typedef void (^MenuItemAction)(UIMenuItem * _Nonnull);