|
//
|
|
// 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
|