blob: 365a8a6e7ab5047fef8d0a2ff4a37701da12983f [file] [log] [blame]
// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef REMOTING_HOST_INSTALLER_MAC_UNINSTALLER_REMOTING_UNINSTALLER_H_
#define REMOTING_HOST_INSTALLER_MAC_UNINSTALLER_REMOTING_UNINSTALLER_H_
#import <Cocoa/Cocoa.h>
@interface RemotingUninstaller : NSObject {
}
- (OSStatus)remotingUninstall;
@end
#endif // REMOTING_HOST_INSTALLER_MAC_UNINSTALLER_REMOTING_UNINSTALLER_H_