Skip to content

Instantly share code, notes, and snippets.

@olxios
Created June 4, 2016 17:21
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/d989b53b2fae67123c70393933816241 to your computer and use it in GitHub Desktop.
Save olxios/d989b53b2fae67123c70393933816241 to your computer and use it in GitHub Desktop.
#import <UIKit/UIKit.h>
@interface PageItemController : UIViewController
// Item controller information
@property (nonatomic) NSUInteger itemIndex; // ***
@property (nonatomic, strong) NSString *imageName; // ***
// IBOutlets
@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