#import <Foundation/Foundation.h>
Go to the source code of this file.
Classes | |
class | GRXWriteable |
protocol | <GRXWriteable> |
Typedefs | |
typedef void(^ | GRXCompletionHandler) (NSError *errorOrNil) |
typedef void(^ | GRXEventHandler) (BOOL done, id value, NSError *error) |
typedef void(^ | GRXSingleHandler) (id value, NSError *errorOrNil) |
typedef void(^ | GRXValueHandler) (id value) |
typedef void(^ GRXCompletionHandler) (NSError *errorOrNil) |
Definition at line 39 of file GRXWriteable.h.
Definition at line 41 of file GRXWriteable.h.
Definition at line 40 of file GRXWriteable.h.
Definition at line 38 of file GRXWriteable.h.