Skip to content

Instantly share code, notes, and snippets.

@NachoMan
Created February 26, 2014 04:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NachoMan/9223363 to your computer and use it in GitHub Desktop.
Save NachoMan/9223363 to your computer and use it in GitHub Desktop.
MLViewControllerCollectionViewCell.h
@interface MLViewControllerCollectionViewCell : UICollectionViewCell
@property (nonatomic, strong, readonly) UIViewController *viewController;
- (void)setViewController:(UIViewController *)viewController parentViewController:(UIViewController*)parentViewController;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment