blob: 4ebae6191dff278275b91921420aa741c8946a59 [file] [log] [blame]
Alexandre Lisionf5fc4792015-03-17 09:15:43 -04001/*
Sébastien Blin029ffa82019-01-02 17:43:48 -05002 * Copyright (C) 2015-2019 Savoir-faire Linux Inc.
Alexandre Lisionf5fc4792015-03-17 09:15:43 -04003 * Author: Alexandre Lision <alexandre.lision@savoirfairelinux.com>
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -04004 * Author: Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -04005 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 3 of the License, or
9 * (at your option) any later version.
10 *
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Alexandre Lisionf5fc4792015-03-17 09:15:43 -040019 */
Alexandre Lisionf5fc4792015-03-17 09:15:43 -040020
21#import <Cocoa/Cocoa.h>
22
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -040023#import "AccAdvancedVC.h"
Alexandre Lisionf5fc4792015-03-17 09:15:43 -040024
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -040025@interface AccAdvancedSipVC : AccAdvancedVC <NSTextFieldDelegate>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -040026
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -040027@end