@interface HelloWorldAppDelegate : NSObject <UIApplicationDelegate>
コレ、クラスの名前です。
ちょっと長いですね。
長いのにはワケがあります。
@interface クラス名:スーパークラス名 <プロトコル>
こんな感じで書いてるからです。
つまり実際のクラス名は「HelloWorldAppDelegate」となります。
@interface HelloWorldAppDelegate : NSObject <UIApplicationDelegate>
コレ、クラスの名前です。
ちょっと長いですね。
長いのにはワケがあります。
@interface クラス名:スーパークラス名 <プロトコル>
こんな感じで書いてるからです。
つまり実際のクラス名は「HelloWorldAppDelegate」となります。
Original design by John Oxton | Illustration by Denis Radenkovic | Modified for Tumblr by Christian Montoya | This design is released under a Creative Commons license