@interface PCAppDelegate : UIResponder <UIApplicationDelegate>
表明 PCAppDelegate 继承自 UIResponder,同时要实现协议 UIApplicationDelegate.