I finally finished coding an iPhone web browser but have gotten this error in Xcode in two different places. And the code the errors are referring to are....
I don't think there is supposed to be a semicolon there buy I may be wrong.
Any ideas? (screenshots of errors are attached)
Thanks to all help! And sorry if this has already been asked or its a stupid question... I'm new to programming.
Code:
#import "Basic_BrowseAppDelegate.h"
#import "Basic_BrowseViewController.h"
I don't think there is supposed to be a semicolon there buy I may be wrong.
Any ideas? (screenshots of errors are attached)
Thanks to all help! And sorry if this has already been asked or its a stupid question... I'm new to programming.