ample/FlippedView.h
Kelvin Sherlock 7b6d4de5b1 updates
2020-08-19 23:19:12 -04:00

18 lines
254 B
Objective-C

//
// FlippedView.h
// MA2ME
//
// Created by Kelvin Sherlock on 8/19/2020.
// Copyright © 2020 Kelvin Sherlock. All rights reserved.
//
#import <Cocoa/Cocoa.h>
NS_ASSUME_NONNULL_BEGIN
@interface FlippedView : NSView
@end
NS_ASSUME_NONNULL_END