当前位置:首页 > 操作系统 > Ios

Note_Master-Detail Application(iOS template)_06_ YJYDetailViewController.h

//  YJYDetailViewController.h

 

#import <UIKit/UIKit.h>

 

@interface YJYDetailViewController : UIViewController <UISplitViewControllerDelegate>

 

@property (strong, nonatomic) id detailItem;

 

@property (weak, nonatomic) IBOutletUILabel *detailDescriptionLabel;

@end

原文:http://www.cnblogs.com/allearner/p/3623114.html


【说明】本文章由站长整理发布,文章内容不代表本站观点,如文中有侵权行为,请与本站客服联系(QQ:254677821)!