-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
More work on the Daemon project. It's fully funcional now.
- Loading branch information
Spencer Diniz
committed
Jan 22, 2015
1 parent
be901b6
commit 4c9848d
Showing
42 changed files
with
4,151 additions
and
1,608 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,5 @@ | |
|
||
#ifdef __OBJC__ | ||
#import <Cocoa/Cocoa.h> | ||
#import <NWLogging/NWLogging.h> | ||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
NC DNS Updater Daemon/NC DNS Updater Daemon/NCUDomainService.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
// | ||
// NCUDomainService.h | ||
// NC DNS Updater Daemon | ||
// | ||
// Created by Spencer Müller Diniz on 21/01/15. | ||
// Copyright (c) 2015 LARATECH. All rights reserved. | ||
// | ||
|
||
#import <Foundation/Foundation.h> | ||
|
||
@interface NCUDomainService : NSObject | ||
|
||
- (void)updateDomains:(NSMutableArray *)namecheapDomains; | ||
|
||
@end |
Oops, something went wrong.