Why does the "empty application template" from Xcode 4 inherits from UIResponder instead of NSobject?

#import <UIKit/UIKit.h>

@interface _QuizAppDelegate : UIResponder <UIApplicationDelegate>

@property (strong, nonatomic) UIWindow *window;

@end
link|improve this question

67% accept rate
See dup: stackoverflow.com/questions/6893221/… – petert Jan 13 at 10:40
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.