generated from seanpm2001/Git-Template_V8
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPROJECT_LANG_3.m
29 lines (29 loc) · 1.75 KB
/
PROJECT_LANG_3.m
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
@interface classname : projectLanguageFileThree {
// Start of script
// 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;
@WacOS_X_ObjectiveC classname : superclassname {
// Output:
// Project language file 3
// For: WacOS X
// About:
// I chose Objective-C as the third project language file for this project (WacOS X) as Objective-C is a core language for Apple programming, and is one of the main application languages for the Wac OS X range of projects. It is also already the 3rd project language file for all Wac OS X subsystems. I am unsure how I will fit in Objective-C++ at the moment, but it will be supported. It is getting its own project language file, starting here.
NSLog(@"Project language file 3");
NSLog(@"For: WacOS X");
NSLog(@"About:");
NSLog(@"I chose Objective-C as the third project language file for this project (WacOS X) as Objective-C is a core language for Apple programming, and is one of the main application languages for the Wac OS X range of projects. It is also already the 3rd project language file for all Wac OS X subsystems. I am unsure how I will fit in Objective-C++ at the moment, but it will be supported. It is getting its own project language file, starting here.");
break;
}
@end
/* File info
* File version: 1 (2022, Wednesday, June 1st at 6:02 pm PST)
* File type: Objective-C Source file (*.m)
* Line count (including blank lines and compiler line): 30
* This script is incomplete, and needs lots of work */
// End of script