Files
FunctionalReactivePixels/FRP/FRPCell.h
2013-10-18 00:42:01 -07:00

18 lines
283 B
Objective-C

//
// FRPCell.h
// FRP
//
// Created by Ash Furrow on 10/13/2013.
// Copyright (c) 2013 Ash Furrow. All rights reserved.
//
#import <UIKit/UIKit.h>
@class FRPPhotoModel;
@interface FRPCell : UICollectionViewCell
@property (nonatomic, strong) FRPPhotoModel *photoModel;
@end