mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
21 lines
413 B
Objective-C
21 lines
413 B
Objective-C
//
|
|
// Kit.h
|
|
// Kit
|
|
//
|
|
// Created by Serhiy Mytrovtsiy on 05/02/2024
|
|
// Using Swift 5.0
|
|
// Running on macOS 14.3
|
|
//
|
|
// Copyright © 2024 Serhiy Mytrovtsiy. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
//! Project version number for Kit.
|
|
FOUNDATION_EXPORT double KitVersionNumber;
|
|
|
|
//! Project version string for Kit.
|
|
FOUNDATION_EXPORT const unsigned char KitVersionString[];
|
|
|
|
#import "lldb.h"
|