mirror of
https://github.com/zhigang1992/ReactiveViewModel.git
synced 2026-01-12 22:51:31 +08:00
13 lines
223 B
Objective-C
13 lines
223 B
Objective-C
//
|
|
// RVMTestViewModel.h
|
|
// ReactiveViewModel
|
|
//
|
|
// Created by Josh Abernathy on 9/12/12.
|
|
// Copyright (c) 2012 GitHub. All rights reserved.
|
|
//
|
|
|
|
#import "RVMViewModel.h"
|
|
|
|
@interface RVMTestViewModel : RVMViewModel
|
|
@end
|