Skip to content

Commit

Permalink
Style
Browse files Browse the repository at this point in the history
  • Loading branch information
Giorgio Calderolla committed May 4, 2014
1 parent e4f78a5 commit 24f6140
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions CTCBrowser.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#import <Foundation/Foundation.h>


@interface CTCBrowser : NSObject

@end
@interface CTCBrowser : NSObject @end
4 changes: 2 additions & 2 deletions CTCScheduler.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ extern NSString * const kCTCSchedulerLastUpdateStatusNotificationName;

@interface CTCScheduler : NSObject

+ (instancetype)sharedScheduler;

@property (assign, nonatomic, readonly, getter = isActive) BOOL active;
@property (assign, nonatomic, readonly, getter = isRunning) BOOL running;

+ (instancetype)sharedScheduler;

- (void)togglePause;

- (void)forceCheck;
Expand Down

0 comments on commit 24f6140

Please sign in to comment.