blob: 52370cee03a4d9cc999142c17998cca11fc02f03 [file] [log] [blame]
Alexander Afanasyev17922872013-10-15 11:45:58 +03001/* -*- Mode: objc; c-file-style: "gnu"; indent-tabs-mode:nil -*- */
2/*
3 * @copyright See LICENCE for copyright and license information.
4 *
5 * @author Alexander Afanasyev <alexander.afanasyev@ucla.edu>
6 * @author Ilya Moiseenko <iliamo@ucla.edu>
7 */
8
9#import <Cocoa/Cocoa.h>
10
11@interface SystemEvents : NSObject <NSObject>
12
13-(void)disable;
14
15@end