generated from seanpm2001/Template_SNU_2D_ProgrammingTools_V7
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathPROJECT_LANG_1.mm
41 lines (38 loc) · 1.69 KB
/
PROJECT_LANG_1.mm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
#!/bin/objective-cpp -x
// Start of script
#import </CoreFoundation/CFAttributedString.h>
#import </Foundation/NSAttributedString.h>
#import </Foundation/NSDictionary.h>
#import </Foundation/NSMutableAttributedString.h>
#import </UIKit/UIKit.h>
using System.DotNet;
using System.ObjectiveCSharp;
@namespace objectivecsharp-projectLanguage {
void projectLanguageFileOne(); {
@interface classMain : superclassMain {
// instance variables
}
+ classMethod1;
+ (return_type)classMethod2;
+ (return_type)classMethod3:(param1_type)param1_varName;
- (return_type)instanceMethod1With1Parameter:(param1_type)param1_varName;
- (return_type)instanceMethod2With2Parameters:(param1_type)param1_varName
param2_callName:(param2_type)param2_varName;
// Project language file 1
// For: SNU/2D/ProgrammingTools/IDE/Objective-C++
// About:
// I decided to make Objective-C++ the main project language file for this project (SNU / 2D / Programming Tools / IDE / Objective-C++) as this is a Objective-C++ IDE, and it needs its main language to be represented here.'
NSLog.println("Project language file 1");
NSLog.println("For: SNU/2D/ProgrammingTools/IDE/Objective-C++");
NSLog.println("About:");
NSLog.println("I decided to make Objective-C++ the main project language file for this project (SNU / 2D / Programming Tools / IDE / Objective-C++) as this is a Objective-C++ IDE, and it needs its main language to be represented here.");
break;
@end
}
}
/* File info
* File type: Objective-C++ source file (*.mm)
* File version: 1 (2022, Sunday, October 9th at 7:43 pm PST)
* Line count (including blank lines and compiler line): 42
*/
// End of script