Skip to content

Instantly share code, notes, and snippets.

@olxios
Created June 4, 2016 16:48
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 olxios/c9e454a001d0e3d1cb2aee2448c33a59 to your computer and use it in GitHub Desktop.
Save olxios/c9e454a001d0e3d1cb2aee2448c33a59 to your computer and use it in GitHub Desktop.
PageItemController.h
#import <UIKit/UIKit.h>
@interface PageItemController : UIViewController
@property (nonatomic, weak) IBOutlet UIImageView *contentImageView;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment