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