vChewing-macOS/Source/IconMaker/BopomofoIconRenderView.h

15 lines
271 B
Objective-C

//
// BopomofoIconRenderView.h
// Lettuce
//
// Created by Lukhnos D. Liu on 9/3/12.
//
//
#import <Cocoa/Cocoa.h>
@interface BopomofoIconRenderView : NSView
@property (assign, nonatomic) BOOL textMenuIcon;
@property (assign, nonatomic) BOOL plainBopomofoIcon;
@end