You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
460 B
18 lines
460 B
//
|
|
// LeStorage.h
|
|
// LeStorage
|
|
//
|
|
// Created by Laurent Morvillier on 02/02/2024.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
//! Project version number for LeStorage.
|
|
FOUNDATION_EXPORT double LeStorageVersionNumber;
|
|
|
|
//! Project version string for LeStorage.
|
|
FOUNDATION_EXPORT const unsigned char LeStorageVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <LeStorage/PublicHeader.h>
|
|
|
|
|
|
|