Hi,
In C# I can create a class and assign attributes to the object and than pull the attributes out by saying myObject.getPhoneNumber();
(getPhoneNumber is a method I wrote in myObject class)
I can't figure out how to do it in Objective C(NSObject class).
How do I do it?
Thanks.
In C# I can create a class and assign attributes to the object and than pull the attributes out by saying myObject.getPhoneNumber();
(getPhoneNumber is a method I wrote in myObject class)
I can't figure out how to do it in Objective C(NSObject class).
How do I do it?
Thanks.
Last edited: