Skip to content

Commit

Permalink
added requiresMainQueueSetup (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
acuntex authored and mvayngrib committed Jun 22, 2018
1 parent 910f430 commit dbec46d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions RNRandomBytes.m
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,8 @@ - (NSDictionary *)constantsToExport
};
};

+ (BOOL)requiresMainQueueSetup {
return YES;
}

@end

0 comments on commit dbec46d

Please sign in to comment.