Files
FunctionalReactivePixels/FRP/FRPGalleryViewModel.h
2013-10-25 15:19:11 -04:00

16 lines
285 B
Objective-C

//
// FRPGalleryViewModel.h
// FRP
//
// Created by Ash Furrow on 10/21/2013.
// Copyright (c) 2013 Ash Furrow. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface FRPGalleryViewModel : RVMViewModel
@property (nonatomic, readonly, strong) NSArray *model;
@end