blob: d2d50e6e86ade0e80aac6719776216d25f6d9dfa [file] [log] [blame]
//
// RingWindowController.h
// Ring
//
// Created by Alexandre Lision on 2015-01-27.
//
//
#import <Cocoa/Cocoa.h>
#import "HistoryViewController.h"
@interface RingWindowController : NSWindowController {
NSTextField *callUriTextField;
}
@property (assign) IBOutlet NSTextField *callUriTextField;
- (IBAction)placeCall:(NSButton *)sender;
@end