]> git.saurik.com Git - apple/network_cmds.git/blame - rpcinfo.tproj/m.template
network_cmds-76.tar.gz
[apple/network_cmds.git] / rpcinfo.tproj / m.template
CommitLineData
b7080c8e
A
1$$ Lines starting with $$ are not inserted into newly created files
2$$ The following substitutions are made:
3$$
4$$ $FILENAME$ e.g. foo.m
5$$ $FILENAMESANSEXTENSION$ e.g. foo
6$$ $DIRECTORY$ e.g. /tmp/MyNewApp
7$$ $PROJECTNAME$ e.g. MyNewApp
8$$ $SUBPROJECTNAME$ e.g. TheGoodPart.subproj
9$$ $USERNAME$ e.g. mwagner
10$$ $DATE$ e.g. Jan-1-1994
11$$
12/* $FILENAME$ created by $USERNAME$ on $DATE$ */
13
14#import "$FILENAMESANSEXTENSION$.h"
15
16@implementation $FILENAMESANSEXTENSION$
17
18@end