| 1234567891011121314151617181920 |
- //
- // MinimedKitUI.h
- // MinimedKitUI
- //
- // Created by Nathan Racklyeft on 6/23/18.
- // Copyright © 2018 Pete Schwamb. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- //! Project version number for MinimedKitUI.
- FOUNDATION_EXPORT double MinimedKitUIVersionNumber;
- //! Project version string for MinimedKitUI.
- FOUNDATION_EXPORT const unsigned char MinimedKitUIVersionString[];
- // In this header, you should import all the public headers of your framework using statements like #import <MinimedKitUI/PublicHeader.h>
|