Files
macos-stats/StatsKit/StatsKit.h
Serhiy Mytrovtsiy 4d6f759d3b v2.0.0 (#34)
* v2.0.0
* rewritten application from scratch
* new Settings
* new custom popup view
* moved to own implementation of chart
* added more option to configure a widget
* now each module has own widget in the menu bar
* a lot of new features...
2020-06-07 12:22:32 +02:00

16 lines
346 B
Objective-C

//
// StatsKit.h
// StatsKit
//
// Created by Serhiy Mytrovtsiy on 14/04/2020.
// Using Swift 5.0.
// Running on macOS 10.15.
//
// Copyright © 2020 Serhiy Mytrovtsiy. All rights reserved.
//
#import <Foundation/Foundation.h>
FOUNDATION_EXPORT double StatsKitVersionNumber;
FOUNDATION_EXPORT const unsigned char StatsKitVersionString[];