20 lines
531 B
Objective-C
20 lines
531 B
Objective-C
//
|
|
// AutoCatCore.h
|
|
// AutoCatCore
|
|
//
|
|
// Created by Selim Mustafaev on 14.06.2021.
|
|
// Copyright © 2021 Selim Mustafaev. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
//! Project version number for AutoCatCore.
|
|
FOUNDATION_EXPORT double AutoCatCoreVersionNumber;
|
|
|
|
//! Project version string for AutoCatCore.
|
|
FOUNDATION_EXPORT const unsigned char AutoCatCoreVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <AutoCatCore/PublicHeader.h>
|
|
|
|
|