mitsuba/tools/darwin/BWToolkitFramework.framework/Versions/A/Headers/BWTokenAttachmentCell.h

18 lines
286 B
C
Raw Normal View History

//
// BWTokenAttachmentCell.h
// BWToolkit
//
// Created by Brandon Walkin (www.brandonwalkin.com)
// All code is provided under the New BSD license.
//
#import <Cocoa/Cocoa.h>
#import "NSTokenAttachmentCell.h"
@interface BWTokenAttachmentCell : NSTokenAttachmentCell
{
}
@end