mirror of
https://github.com/zhigang1992/ReactiveViewModel.git
synced 2026-01-12 22:51:31 +08:00
12 lines
279 B
Plaintext
12 lines
279 B
Plaintext
#import <Foundation/Foundation.h>
|
|
|
|
#import <ReactiveCocoa/ReactiveCocoa.h>
|
|
#import <ReactiveViewModel/ReactiveViewModel.h>
|
|
|
|
#define EXP_SHORTHAND
|
|
#import "Specta.h"
|
|
#import "Expecta.h"
|
|
|
|
// Expecta #defines startWith as beginWith, which messes up -startWith: :-(
|
|
#undef startWith
|