X-Git-Url: https://git.mdrn.pl/wl-app.git/blobdiff_plain/53b27422d140022594fc241cca91c3183be57bca..48b2fe9f7c2dc3d9aeaaa6dbfb27c7da4f3235ff:/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 index 0000000..d0bdcb4 --- /dev/null +++ b/iOS/Pods/MenuItemKit/MenuItemKit/MenuItemKit.h @@ -0,0 +1,19 @@ +// +// MenuItemKit.h +// MenuItemKit +// +// Created by CHEN Xian’an on 1/16/16. +// Copyright © 2016 lazyapps. All rights reserved. +// + +#import + +//! 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 + +typedef void (^MenuItemAction)(UIMenuItem * _Nonnull);