You cannot 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
446 B
Objective-C
19 lines
446 B
Objective-C
//
|
|
// PenNavUI.h
|
|
// PenNavUI
|
|
//
|
|
// Created by Fawzi Rifai on 18/08/2023.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
//! Project version number for PenNavUI.
|
|
FOUNDATION_EXPORT double PenNavUIVersionNumber;
|
|
|
|
//! Project version string for PenNavUI.
|
|
FOUNDATION_EXPORT const unsigned char PenNavUIVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <PenNavUI/PublicHeader.h>
|
|
|
|
|