generated from seanpm2001/Template_Other_V7
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
An archive of the first version of the first project language file for this project.
- Loading branch information
1 parent
3afce91
commit 076b1f9
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
34 changes: 34 additions & 0 deletions
34
OldVersions/PROJECT_LANGUAGE/Objective-C#/PROJECT_LANG_1_V1.mm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
#!/bin/objective-csharp -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; | ||
NSLog.println("I decided to make Objective-C# the main project language file for this project (Objective-C#) as that is the language being defined here, a fusion of Objective-C and C#"); | ||
break; | ||
@end | ||
} | ||
} | ||
/* File info | ||
* File type: Objective-C# source file (*.mm, *.cs) | ||
* File version: 1 (2021, Sunday October 10th at 8:38 pm) | ||
* Line count (including blank lines and compiler line): 35 | ||
*/ | ||
// End of script |