最終更新:2013-01-11 (金) 12:26:41 (4122d)  

DetailViewController.h
Top / DetailViewController.h

#import <UIKit/UIKit.h>

@interface DetailViewController : UIViewController <UISplitViewControllerDelegate>

@property (strong, nonatomic) id detailItem;

@property (weak, nonatomic) IBOutlet UILabel *detailDescriptionLabel;
@end

クラス

デリゲート