mirror of
https://github.com/zhigang1992/FunctionalReactivePixels.git
synced 2026-01-12 17:22:42 +08:00
16 lines
285 B
Objective-C
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
|