Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Objective C Syntax

id

"id" is the same as "Object" in java. It can store any kind of object. See id.m

OOP

@interface is equivalent to Class in Java, while @protocal is equivalent to Interface.