This commit is contained in:
watrabi
2025-09-18 17:55:52 -04:00
commit 977f1ff4b8
15030 changed files with 17324420 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
//
// CMCrashReporterGlobal.h
// CMCrashReporter-App
//
// Created by Jelle De Laender on 20/01/08.
// Copyright 2008 CodingMammoth. All rights reserved.
// Copyright 2010 CodingMammoth. Revision. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface CMCrashReporterGlobal : NSObject {
}
+ (NSString *)appName;
+ (NSString *)version;
+ (BOOL)checkOnCrashes;
+ (NSString *)osVersion;
+ (int)numberOfMaximumReports;
@end