summaryrefslogtreecommitdiff
path: root/platform/ios/app/MBXFrameTimeGraphView.h
diff options
context:
space:
mode:
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