Skip to content

Commit

Permalink
try to update import syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Wing authored and Wing committed May 21, 2018
1 parent 049c3b8 commit d5ad082
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion SpeechSynthesizer.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#import "RCTBridgeModule.h"
#import <React/RCTBridgeModule.h>


@import AVFoundation;

Expand Down
3 changes: 2 additions & 1 deletion SpeechSynthesizer.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#import "SpeechSynthesizer.h"
#import "RCTUtils.h"
#import "RCTLog.h"
#import "RCTEventDispatcher.h"
#import <React/RCTEventDispatcher.h>


@implementation SpeechSynthesizer

Expand Down

0 comments on commit d5ad082

Please sign in to comment.