Cog/Plugins/GME/GamePropertiesReader.h
Christopher Snowhill 256c99badd Update Copyright year to 2024 manually
Including extending existing starting-2023 dates to ranges.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2024-08-17 05:08:02 -07:00

16 lines
272 B
Objective-C

//
// GamePropertiesReader.h
// GME
//
// Created by Christopher Snowhill on 11/08/19.
// Copyright 2019-2024 __LoSnoCo__. All rights reserved.
//
#import <Cocoa/Cocoa.h>
#import "Plugin.h"
@interface GamePropertiesReader : NSObject <CogPropertiesReader> {
}
@end