I want to create a method in Obj C taking a NSString and checking if the string is capitalized. Where do I declare it, another .m file?
I want to create a method in Obj C taking a NSString and checking if the string is capitalized. Where do I declare it, another .m file?