ample/Ample/FlippedView.h

18 lines
254 B
C
Raw Permalink Normal View History

2020-08-20 03:19:12 +00:00
//
// FlippedView.h
2020-08-30 03:24:49 +00:00
// Ample
2020-08-20 03:19:12 +00:00
//
// 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