Skip to content

Commit 73bc017

Browse files
author
Dario Segura
committed
-[README] Fixed a typo.
1 parent 767a07d commit 73bc017

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ The goal is to bring the new Objective-C to Javascript bridge to be featured in
44
Some refactoring was involved but nothing major mostly just making sure the project doesn't use undocumented frameworks/functions.
55

66
Some good examples on how to use it here:
7+
78
http://www.steamclock.com/blog/2013/05/apple-objective-c-javascript-bridge/
89

910
The most basic example:
11+
1012
@protocol NativeObjectExport <JSExport>
1113
-(void)log:(NSString*)string;
1214
@end

0 commit comments

Comments
 (0)