Feature/4382 performance send message

This commit is contained in:
Frank Rotermund
2023-03-31 10:31:06 +00:00
parent ef25b94e59
commit 54e8305e5c
14 changed files with 119 additions and 52 deletions
+4
View File
@@ -35,6 +35,7 @@
@class LiveLocationSharingBannerView;
@class VoiceBroadcastService;
@class ComposerLinkActionBridgePresenter;
@class PerformanceProfile;
NS_ASSUME_NONNULL_BEGIN
@@ -191,6 +192,9 @@ extern NSTimeInterval const kResizeComposerAnimationDuration;
*/
+ (instancetype)instantiateWithConfiguration:(RoomDisplayConfiguration *)configuration;
// bwi: measure performance
- (void) finishTextMessageProfil:(PerformanceProfile*)profile;
@end
/**