blob: 77c871a65668e907f6da841ea0b41734fd08c626 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
//
// PopoverView.h
// VKPC
//
// Created by Eugene on 12/1/13.
// Copyright (c) 2013 Eugene Z. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface FlippedView : NSView
- (BOOL)isFlipped;
@end
|