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.
19 lines
529 B
19 lines
529 B
// |
|
// JLDialUnit.h |
|
// JLDialUnit |
|
// |
|
// Created by 杰理科技 on 2021/7/20. |
|
// |
|
|
|
#import <Foundation/Foundation.h> |
|
|
|
//! Project version number for JLDialUnit. |
|
FOUNDATION_EXPORT double JLDialUnitVersionNumber; |
|
|
|
//! Project version string for JLDialUnit. |
|
FOUNDATION_EXPORT const unsigned char JLDialUnitVersionString[]; |
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <JLDialUnit/PublicHeader.h> |
|
|
|
#import <JLDialUnit/DialManager.h> |
|
#import <JLDialUnit/FatfsObject.h>
|
|
|