summaryrefslogtreecommitdiff
path: root/platform/ios/app/MBXFrameTimeGraphView.h
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2018-07-16 12:19:18 -0400
committerJason Wray <jason@mapbox.com>2018-11-27 14:39:29 -0500
commitc7f9f1582f39115e3b05c89e8c253f258515f112 (patch)
treef05e04f2e6dab74d01c688dccd29571fda5198f8 /platform/ios/app/MBXFrameTimeGraphView.h
parentf772a6392db1f24a8fbfd0a120de87fd96e51921 (diff)
downloadqtlocation-mapboxgl-c7f9f1582f39115e3b05c89e8c253f258515f112.tar.gz
[ios] Add frame duration graph view to iosapp
Diffstat (limited to 'platform/ios/app/MBXFrameTimeGraphView.h')
-rw-r--r--platform/ios/app/MBXFrameTimeGraphView.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/platform/ios/app/MBXFrameTimeGraphView.h b/platform/ios/app/MBXFrameTimeGraphView.h
new file mode 100644
index 0000000000..9c3f6f8c32
--- /dev/null
+++ b/platform/ios/app/MBXFrameTimeGraphView.h
@@ -0,0 +1,11 @@
+#import <UIKit/UIKit.h>
+
+NS_ASSUME_NONNULL_BEGIN
+
+@interface MBXFrameTimeGraphView : UIView
+
+- (void)updatePathWithFrameDuration:(CFTimeInterval)frameDuration;
+
+@end
+
+NS_ASSUME_NONNULL_END