Skip to content

Commit 4eed625

Browse files
authored
PROJECT_LANG_1.mm
The current version (version 1) of the first project language file for this project.
1 parent 5b777fd commit 4eed625

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

PROJECT_LANG_1.mm

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
#!/bin/objective-cpp -x
2+
// Start of script
3+
#import </CoreFoundation/CFAttributedString.h>
4+
#import </Foundation/NSAttributedString.h>
5+
#import </Foundation/NSDictionary.h>
6+
#import </Foundation/NSMutableAttributedString.h>
7+
#import </UIKit/UIKit.h>
8+
using System.DotNet;
9+
using System.ObjectiveCSharp;
10+
11+
@namespace objectivecsharp-projectLanguage {
12+
13+
void projectLanguageFileOne(); {
14+
@interface classMain : superclassMain {
15+
// instance variables
16+
}
17+
+ classMethod1;
18+
+ (return_type)classMethod2;
19+
+ (return_type)classMethod3:(param1_type)param1_varName;
20+
21+
- (return_type)instanceMethod1With1Parameter:(param1_type)param1_varName;
22+
- (return_type)instanceMethod2With2Parameters:(param1_type)param1_varName
23+
param2_callName:(param2_type)param2_varName;
24+
// I decided to make Objective-C++ the main project language file for this project (Seanpm2001/Learn-Objective-CPP) as Objective-C++ is the language this project is dedicated to, because this project is about learning the Objective-C++ programming language. It only makes sense to make Objective-C++ the official language for this project.
25+
NSLog.println("I decided to make Objective-C++ the main project language file for this project (Seanpm2001/Learn-Objective-CPP) as Objective-C++ is the language this project is dedicated to, because this project is about learning the Objective-C++ programming language. It only makes sense to make Objective-C++ the official language for this project.");
26+
break;
27+
@end
28+
}
29+
}
30+
/* File info
31+
* File type: Objective-C++ source file (*.mm, *.m)
32+
* File version: 1 (2021, Friday November 26th at 7:51 pm)
33+
* Line count (including blank lines and compiler line): 37
34+
*/
35+
// End of script
36+

0 commit comments

Comments
 (0)