Sha256: d9a4bcf0bc06bfaeca6e7059f1602e0df3c084942b2f72840127df8aa82576bb
Contents?: true
Size: 411 Bytes
Versions: 3
Compression:
Stored size: 411 Bytes
Contents
// // SPWKDetailViewController.h // StoryboardLintTest // // Created by Johannes Fahrenkrug on 24.02.14. // Copyright (c) 2014 Johannes Fahrenkrug. All rights reserved. // #import <UIKit/UIKit.h> @interface SPWKDetailViewController : UIViewController <UISplitViewControllerDelegate> @property (strong, nonatomic) id detailItem; @property (weak, nonatomic) IBOutlet UILabel *detailDescriptionLabel; @end
Version data entries
3 entries across 3 versions & 1 rubygems