12345678910111213141516171819 |
- //
- // MCareFramework.h
- // MCareFramework
- //
- // Created by heesungkim on 2016. 11. 15..
- // Copyright © 2016년 idatabank. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- //! Project version number for MCareFramework.
- FOUNDATION_EXPORT double MCareFrameworkVersionNumber;
- //! Project version string for MCareFramework.
- FOUNDATION_EXPORT const unsigned char MCareFrameworkVersionString[];
- // In this header, you should import all the public headers of your framework using statements like #import <MCareFramework/PublicHeader.h>
|