1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-05 10:28:58 +00:00
CLK/OSBindings/Mac/Clock Signal/Machine/NSBundle+DataResource.h

16 lines
389 B
C
Raw Normal View History

//
// NSBundle+DataResource.h
// Clock Signal
//
// Created by Thomas Harte on 02/10/2016.
// Copyright 2016 Thomas Harte. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface NSBundle (DataResource)
- (nullable NSData *)dataForResource:(nullable NSString *)resource withExtension:(nullable NSString *)extension subdirectory:(nullable NSString *)subdirectory;
@end