added iOS source code
[wl-app.git] / iOS / Pods / MenuItemKit / MenuItemKit / MenuItemKit.h
diff --git a/iOS/Pods/MenuItemKit/MenuItemKit/MenuItemKit.h b/iOS/Pods/MenuItemKit/MenuItemKit/MenuItemKit.h
new file mode 100644 (file)
index 0000000..d0bdcb4
--- /dev/null
@@ -0,0 +1,19 @@
+//
+//  MenuItemKit.h
+//  MenuItemKit
+//
+//  Created by CHEN Xian’an on 1/16/16.
+//  Copyright © 2016 lazyapps. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+//! Project version number for MenuItemKit.
+FOUNDATION_EXPORT double MenuItemKitVersionNumber;
+
+//! Project version string for MenuItemKit.
+FOUNDATION_EXPORT const unsigned char MenuItemKitVersionString[];
+
+// In this header, you should import all the public headers of your framework using statements like #import <MenuItemKit/PublicHeader.h>
+
+typedef void (^MenuItemAction)(UIMenuItem * _Nonnull);