Skip to content

Commit 5f9ea89

Browse files
committed
First file
1 parent 26e6032 commit 5f9ea89

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
JawaScriptExecutive-iOS.xcodeproj/

JawaScriptExecutive-iOS/Executor.m

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
//
2+
// Executor.m
3+
// JawaScriptExecutive-iOS
4+
//
5+
// Created by Ben on 2016/1/15.
6+
//
7+
//
8+
9+
#import <Foundation/Foundation.h>
10+
11+
// Test

0 commit comments

Comments
 (0)