Files
FunctionalReactivePixels/FRP/FRPFullSizePhotoViewController.h
2013-10-15 20:08:38 -04:00

19 lines
461 B
Objective-C

//
// FRPFullSizePhotoViewController.h
// FRP
//
// Created by Ash Furrow on 10/15/2013.
// Copyright (c) 2013 Ash Furrow. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface FRPFullSizePhotoViewController : UIViewController
-(instancetype)initWithPhotoModels:(NSArray *)photoModelArray currentPhotoIndex:(NSInteger)photoIndex;
@property (nonatomic, readonly) NSArray *photoModelArray;
@property (nonatomic, readonly) NSInteger photoIndex;
@end