unison

Fork of Unison, a bi-directional file synchronization tool
git clone git://git.laack.co/unison.git
Log | Files | Refs | README | LICENSE

NotificationController.h (394B)


      1 //
      2 //  NotificationController.h
      3 //  uimac
      4 //
      5 //  Created by Alan Schmitt on 02/02/06.
      6 //  Copyright 2006, see file COPYING for details. All rights reserved.
      7 //
      8 
      9 #import <Cocoa/Cocoa.h>
     10 
     11 @interface NotificationController : NSObject <NSApplicationDelegate, NSUserNotificationCenterDelegate>
     12 {
     13 }
     14 
     15 - (void)updateFinishedFor: (NSString *)profile;
     16 - (void)syncFinishedFor: (NSString *)profile;
     17 
     18 @end