mirror of
https://github.com/ksherlock/ample.git
synced 2024-11-16 13:09:00 +00:00
15 lines
226 B
Mathematica
15 lines
226 B
Mathematica
|
//
|
||
|
// DiskImage+CoreDataClass.m
|
||
|
// Ample
|
||
|
//
|
||
|
// Created by Kelvin Sherlock on 2/7/2022.
|
||
|
// Copyright © 2022 Kelvin Sherlock. All rights reserved.
|
||
|
//
|
||
|
//
|
||
|
|
||
|
#import "DiskImage+CoreDataClass.h"
|
||
|
|
||
|
@implementation DiskImage
|
||
|
|
||
|
@end
|