Skip to content

Commit

Permalink
version0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
coderyi committed Jun 10, 2016
1 parent 54b7216 commit 36f29d7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ add the code in AppDelegate.m
[[JPFPSStatus sharedInstance] openWithHandler:^(NSInteger fpsValue) {
NSLog(@"fpsvalue %@",@(fpsValue));
}];

#endif

</pre>
Expand Down
1 change: 0 additions & 1 deletion README_Chinese.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ pod 'JPFPSStatus', '~> 0.1'
[[JPFPSStatus sharedInstance] openWithHandler:^(NSInteger fpsValue) {
NSLog(@"fpsvalue %@",@(fpsValue));
}];

#endif

</pre>
Expand Down

0 comments on commit 36f29d7

Please sign in to comment.