About
Contact
QtCreator
KDevelop
Solarized
line #s on
1
#import
<
Foundation/Foundation.h>
2
3
#import
"Test.h"
4
5
@implementation Test
6
- (
void
) doTest {
7
NSLog
(@
"-[Test doTest]"
);
8
}
9
@end
10
11
Update your C++ knowledge – Modern C++11/14/17 Training
Find out more