Possible Duplicate:
What is the meaning of id?
Per my question I'm obviously a noob at iOS development and Objective-C. I was following a tutorial and I have this line declared in my interface (.h) implementation:
@property (strong, nonatomic) id dataObject1;
What does the "id" mean?