summaryrefslogtreecommitdiff
path: root/platform/ios/app/MBXFrameTimeGraphView.h
blob: 9c3f6f8c32286f50654611a4492639cf019ed251 (plain)
1
2
3
4
5
6
7
8
9
10
11
#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface MBXFrameTimeGraphView : UIView

- (void)updatePathWithFrameDuration:(CFTimeInterval)frameDuration;

@end

NS_ASSUME_NONNULL_END