totemblr




Submit
@interface HelloWorldAppDelegate : NSObject <UIApplicationDelegate>

コレ、クラスの名前です。
ちょっと長いですね。

長いのにはワケがあります。

@interface クラス名:スーパークラス名 <プロトコル>

こんな感じで書いてるからです。
つまり実際のクラス名は「HelloWorldAppDelegate」となります。