why do I see @interface twice( inside .h and .m files in this UIViewController files I've created. the one in the .m seems to be like a constructor. is it?
.h file
@interface BlackTimer : UIViewController
@end
.m file
@interface ViewController ()
@end