blob: ea45bfbdfde7e108f8c4e68d26ba023786e6bee7 [file] [log] [blame]
Alexandre Lision4de68ce2015-04-24 18:22:49 -04001//
2// CertificateWC.h
3// Ring
4//
5// Created by Alexandre Lision on 2015-04-28.
6//
7//
8
9#import <Cocoa/Cocoa.h>
10
11#import <certificate.h>
12
13@interface CertificateWC : NSWindowController
14
15- (void) setCertificate:(Certificate*) cert;
16
17@end