generated from seanpm2001/Template_Journaling_V4
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPROJECT_LANG_2.m
21 lines (21 loc) · 1.12 KB
/
PROJECT_LANG_2.m
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
@interface classname : projectLanguageFileTwo {
// 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;
@MacOS_10_1_ObjectiveC classname : superclassname {
// I chose Objective-C as the second project language file for this project (SeansLifeArchive_Images_GNOME_Transmission) as it is the 2nd language that GNOME Transmission is written in, which this project is about.
NSLog(@"I chose Objective-C as the second project language file for this project (SeansLifeArchive_Images_GNOME_Transmission) as it is the 2nd language that GNOME Transmission is written in, which this project is about.");
}
@end
/* File info
* File version: `1 (Tuesday, April 13th 2021 at 5:05 pm)
* File type: Objective-C Source file (*.m)
* Line count (including blank lines and compiler line): 22
* This script is incomplete, and needs lots of work */
// End of script