1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-05 10:28:58 +00:00

Be overt about performance side effect.

This commit is contained in:
Thomas Harte 2022-08-08 15:17:04 -04:00
parent 8d34d9a06a
commit adf3405e6b

View File

@ -12,6 +12,7 @@ NS_ASSUME_NONNULL_BEGIN
@interface NSData (dataWithContentsOfGZippedFile)
/// Performs an in-memory decompression of the named file, returning it as ephemeral data.
+ (instancetype)dataWithContentsOfGZippedFile:(NSString *)path;
@end