PrivateHeaders/DTXConnectionServices/DTXRateLimiter-Protocol.h (5 lines of code) (raw):

/** * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import "NSObject.h" @protocol DTXRateLimiter <NSObject> - (void)notifyCompressedData:(unsigned long long)arg1 withUncompressedSize:(unsigned long long)arg2 nanosToCompress:(unsigned long long)arg3 usingCompressionType:(int)arg4; - (void)spendUnits:(unsigned long long)arg1 onAction:(void (^)(void))arg2; @end