// // KMComboBox.h // SignFlow // // Created by wanjun on 2021/1/15. // #import typedef NS_ENUM(NSUInteger, KMOCRComboBoxType) { KMOCRComboBoxType_None = 0 }; @interface KMOCRComboBox : NSComboBox @property (nonatomic, assign) CGRect comboxRect; @property (nonatomic, assign) KMOCRComboBoxType type; @end @interface KMOCRComboBoxCell : NSComboBoxCell @end @interface KMOCRStampComboBoxCell : NSComboBoxCell @end