mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
11 lines
304 B
Objective-C
11 lines
304 B
Objective-C
// Copyright 2000-2021 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
|
|
NSString *readFile(NSString *path);
|
|
NSString *trim(NSString *line);
|
|
|
|
void debugLog(NSString *message);
|
|
BOOL isDebugEnabled();
|