| 12345678910111213141516171819 |
- //
- // RileyLinkKitUI.h
- // RileyLinkKitUI
- //
- // Copyright © 2017 Pete Schwamb. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- //! Project version number for RileyLinkKitUI.
- FOUNDATION_EXPORT double RileyLinkKitUIVersionNumber;
- //! Project version string for RileyLinkKitUI.
- FOUNDATION_EXPORT const unsigned char RileyLinkKitUIVersionString[];
- // In this header, you should import all the public headers of your framework using statements like #import <RileyLinkKitUI/PublicHeader.h>
|