1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-04 18:29:40 +00:00
CLK/OSBindings/Mac/Clock Signal/Machine/NSData+CRC32.h
Thomas Harte 2129bfc570 Gets as far as testing ROMs against the missing list.
Though now it strikes me that I've forgotten to retain the machine name.
2019-07-22 18:02:48 -04:00

18 lines
289 B
Objective-C

//
// NSData+CRC32.m
// Clock Signal
//
// Created by Thomas Harte on 22/07/2019.
// Copyright 2019 Thomas Harte. All rights reserved.
//
#import <Foundation/Foundation.h>
#include <stdint.h>
@interface NSData (CRC32)
@property(nonnull, nonatomic, readonly) NSNumber *crc32;
@end