Skip to content

Commit 36f29d7

Browse files
committed
version0.1
1 parent 54b7216 commit 36f29d7

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ add the code in AppDelegate.m
4545
[[JPFPSStatus sharedInstance] openWithHandler:^(NSInteger fpsValue) {
4646
NSLog(@"fpsvalue %@",@(fpsValue));
4747
}];
48-
4948
#endif
5049

5150
</pre>

README_Chinese.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ pod 'JPFPSStatus', '~> 0.1'
3636
[[JPFPSStatus sharedInstance] openWithHandler:^(NSInteger fpsValue) {
3737
NSLog(@"fpsvalue %@",@(fpsValue));
3838
}];
39-
4039
#endif
4140

4241
</pre>

0 commit comments

Comments
 (0)