Skip to content

Commit 1838e42

Browse files
authored
Merge pull request wix#75 from opendoor-labs/flow_fix
Fix flow errors
2 parents de8a6cb + 2fd4556 commit 1838e42

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

index.ios.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,18 @@ const _actionHandlers = new Map();
3131
let _actionListener;
3232

3333
export class NotificationAction {
34+
options: Object;
35+
handler: Function;
36+
3437
constructor(options: Object, handler: Function) {
3538
this.options = options;
3639
this.handler = handler;
3740
}
3841
}
3942

4043
export class NotificationCategory {
44+
options: Object;
45+
4146
constructor(options: Object) {
4247
this.options = options;
4348
}

0 commit comments

Comments
 (0)