From 9308577aa579e5e6e7723830ca9c38cac1e62988 Mon Sep 17 00:00:00 2001
From: 单军华
Date: Thu, 12 Jul 2018 13:46:07 +0800
Subject: [PATCH] 百度地图文件

---
 screendisplay/screendisplay/Classes/Helpers/YYFPSLabel.h |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/screendisplay/screendisplay/Classes/Helpers/YYFPSLabel.h b/screendisplay/screendisplay/Classes/Helpers/YYFPSLabel.h
new file mode 100755
index 0000000..b9fa7d0
--- /dev/null
+++ b/screendisplay/screendisplay/Classes/Helpers/YYFPSLabel.h
@@ -0,0 +1,14 @@
+
+
+#import <UIKit/UIKit.h>
+
+/**
+ Show Screen FPS...
+ 
+ The maximum fps in OSX/iOS Simulator is 60.00.
+ The maximum fps on iPhone is 59.97.
+ The maxmium fps on iPad is 60.0.
+ */
+@interface YYFPSLabel : UILabel
+
+@end

--
Gitblit v1.8.0