This commit is contained in:
Shelley Vohr 2018-02-10 21:04:26 -05:00
Родитель 3085c78bcf
Коммит 36cf548114
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: F13993A75599653C
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -15,8 +15,8 @@
#include "base/strings/sys_string_conversions.h"
@interface PopUpButtonHandler : NSObject
@property (nonatomic, weak) NSSavePanel *savePanel;
@property (nonatomic, weak) NSArray *fileTypes;
@property (nonatomic, strong) NSSavePanel *savePanel;
@property (nonatomic, strong) NSArray *fileTypes;
- (instancetype)initWithPanel:(NSSavePanel *)panel andTypes:(NSArray *)types;
- (void)selectFormat:(id)sender;
@end