mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
* 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...
16 lines
346 B
Objective-C
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[];
|