-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
PROJECT_LANG_4.mm
55 lines (45 loc) · 1.85 KB
/
PROJECT_LANG_4.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
#!/bin/objective-cpp -x
// Start of script
// Import section
#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 projectLanguageFileFour(); {
@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;
NSLog.println("Project language file 4");
NSLog.println("For: WacOS 12.x/12.0");
NSLog.println("About:");
NSLog.println("I decided to make Objective-C++ the fourth project language file for this project (WacOS/12.x/12.0) as Objective-C++ is a flavor of Objective-C that needs to be supported on this project. It is just as important as Objective-C here. It is getting its own project language file, starting here.");
break;
@end
}
return projectLanguageFileFour();
break;
@end.
}
break;
@end
// Output:
// Project language file 4
// For: WacOS 12.x/12.0
// About:
// I decided to make Objective-C++ the fourth project language file for this project (WacOS/12.x/12.0) as Objective-C++ is a flavor of Objective-C that needs to be supported on this project. It is just as important as Objective-C here. It is getting its own project language file, starting here.
/* File info
* File type: Objective-C++ source file (*.mm, *.m)
* File version: 1 (2022, Tuesday, June 7th at 3:12 pm PST)
* Line count (including blank lines and compiler line): 56
*/
// End of script