I\'m trying to make a simple app with a button a score counter and a timer but I\'m getting some errors
#import @interface xyzViewCont
Define your interface in the .h iff they are to be public, then create your implementation in the .m. You can't combine them in the .h