I am going through this book (love it by the way, it is a perfect level for my experience and skillset). I have a question on #imports: in
- ViewController.h: #import "CarEditViewController.h"
- ViewController.m: #import "CarEditViewController.h"
Is this necessary in both? If so, can you please explain why?
Thanks!
Rose
I am going through this book (love it by the way, it is a perfect level for my experience and skillset). I have a question on #imports: in
Is this necessary in both? If so, can you please explain why?
Thanks!
Rose