mirror of
https://github.com/TomHarte/CLK.git
synced 2024-12-25 18:30:21 +00:00
Be overt about performance side effect.
This commit is contained in:
parent
8d34d9a06a
commit
adf3405e6b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user