Thursday, 5 September 2013

iOS: Where should enums be defined?

iOS: Where should enums be defined?

I have an enum that I use privately just for one class. Should the enum
still be defined in the .h file or is there a way to include it in the .m
file?

No comments:

Post a Comment