public
Description: Mac OS X Last.fm scrobbler for iTunes and iPod
Homepage: http://www.scrobblepod.com
Clone URL: git://github.com/scrobblepod/scrobblepod.git
scrobblepod / BGLastFMPasswordChecker.h
100644 17 lines (12 sloc) 0.318 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//
// BGLastFMPasswordChecker.h
// ScrobblePod
//
// Created by Ben on 8/02/08.
// Copyright 2008 Ben Gummer. All rights reserved.
//
 
#import <Cocoa/Cocoa.h>
 
 
@interface BGLastFMPasswordChecker : NSObject {
 
}
-(BOOL)checkCredentialsWithUsername:(NSString *)theUsername andPassword:(NSString *)thePassword;
@end