123456789101112131415161718 |
- //
- // DigiXLite.h
- // DigiXLite
- //
- // Created by Akhmad Al Qindi Irsyam on 10/05/23.
- //
- #import <Foundation/Foundation.h>
- //! Project version number for DigiXLite.
- FOUNDATION_EXPORT double DigiXLiteVersionNumber;
- //! Project version string for DigiXLite.
- FOUNDATION_EXPORT const unsigned char DigiXLiteVersionString[];
- // In this header, you should import all the public headers of your framework using statements like #import <DigiXLite/PublicHeader.h>
|