1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-03 11:30:02 +00:00
CLK/OSBindings/Mac/Clock Signal/Machine/NSBundle+DataResource.h
2018-05-13 15:19:52 -04:00

16 lines
389 B
Objective-C

//
// 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