What number distinctive annotations is accessible in objective-c?
Answer / Ravi Kumar Ravi
In Objective-C, the only unique annotation available is @interface. This is used to define a class or category.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can a protocol have properties?
Is python static or dynamic?
What are some of the major differences between objective c and swift?
What are the advantages of using objective-c?
What is nsmutabledictionary?
Explain class definition in objective-c?
Is objective c garbage collected?
What is .m file in xcode?
What does the m mean in xcode?
What are blocks and how are they used?
What is the difference between category and extension in objective c?
What is struct in objective c?