OmniKitUI.h 498 B

1234567891011121314151617181920
  1. //
  2. // OmniKitUI.h
  3. // OmniKitUI
  4. //
  5. // Created by Pete Schwamb on 8/26/18.
  6. // Copyright © 2018 Pete Schwamb. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. //! Project version number for OmniKitUI.
  10. FOUNDATION_EXPORT double OmniKitUIVersionNumber;
  11. //! Project version string for OmniKitUI.
  12. FOUNDATION_EXPORT const unsigned char OmniKitUIVersionString[];
  13. // In this header, you should import all the public headers of your framework using statements like #import <OmniKitUI/PublicHeader.h>