1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2024-10-18 16:45:57 +00:00
dupeguru/pe/cocoa/DetailsPanel.h
hsoft f0c234637d pe cocoa: pushed DetailsPanel common code down to dgbase.
--HG--
extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%4056
2009-06-15 12:45:08 +00:00

16 lines
387 B
Objective-C

#import <Cocoa/Cocoa.h>
#import "dgbase/DetailsPanel.h"
@interface DetailsPanel : DetailsPanelBase
{
IBOutlet NSImageView *dupeImage;
IBOutlet NSProgressIndicator *dupeProgressIndicator;
IBOutlet NSImageView *refImage;
IBOutlet NSProgressIndicator *refProgressIndicator;
PyApp *py;
BOOL _needsRefresh;
NSString *_dupePath;
NSString *_refPath;
}
@end