Release No. 1.1
Added Auto-Lyrics Improved the preferences window
This commit is contained in:
28
iLyrics/AutoLyrics.h
Normal file
28
iLyrics/AutoLyrics.h
Normal file
@@ -0,0 +1,28 @@
|
||||
//
|
||||
// AutoLyrics.h
|
||||
// iLyrics
|
||||
//
|
||||
// Created by Kim Wittenburg on 16.06.12.
|
||||
// Copyright (c) 2012 __MyCompanyName__. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import <Growl/Growl.h>
|
||||
#import "iTunes.h"
|
||||
#import "Magistrix.h"
|
||||
|
||||
@interface AutoLyrics : NSObject
|
||||
|
||||
@property NSUInteger interval;
|
||||
@property BOOL enabled;
|
||||
@property BOOL replaceOldLyrics;
|
||||
|
||||
+(AutoLyrics *)autoLyrics;
|
||||
|
||||
-(void) shouldSetLyrics: (NSTimer *)timer;
|
||||
-(void) setLyrics;
|
||||
|
||||
-(void) saveToDefaults: (NSUserDefaults *)defaults;
|
||||
-(void) loadFromDefaults: (NSUserDefaults *)defaults;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user