blob: ea45bfbdfde7e108f8c4e68d26ba023786e6bee7 [file] [log] [blame]
//
// CertificateWC.h
// Ring
//
// Created by Alexandre Lision on 2015-04-28.
//
//
#import <Cocoa/Cocoa.h>
#import <certificate.h>
@interface CertificateWC : NSWindowController
- (void) setCertificate:(Certificate*) cert;
@end