Objective-C
Lessons available
core
Extensions: .m
Summary
This page is ready to expand with a real summary and links.
Slug
objectivec
Tier
core
Extensions
.m
Hello World
#import <Foundation/Foundation.h>
int main(){ @autoreleasepool { NSLog(@"Hello, World!"); } return 0; }
Tip: you can expand this page later with official docs + trusted references.