]> git.saurik.com Git - iphone-api.git/blob - SpringBoard-2.1/SBVODAlarm.h
Here we go again: this time with SBIcon setAlpha.
[iphone-api.git] / SpringBoard-2.1 / SBVODAlarm.h
1 /*
2 * Generated by class-dump 3.1.2.
3 *
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
5 */
6
7 #import "NSObject.h"
8
9 @class NSDictionary, NSString;
10
11 @interface SBVODAlarm : NSObject
12 {
13 NSString *_title;
14 NSString *_path;
15 NSDictionary *_rentalInfo;
16 unsigned int _loadingRentalInfo:1;
17 unsigned int _sanityCheckingExpiration:1;
18 unsigned int _watched:1;
19 }
20
21 + (void)cancelPendingLoads;
22 + (void)_rentalInfoThread;
23 - (id)initWithDictionary:(id)fp8;
24 - (void)dealloc;
25 - (int)compare:(id)fp8;
26 - (id)expirationDate;
27 - (BOOL)hasLoaded;
28 - (BOOL)isExpired;
29 - (BOOL)rentalHasBeenWatched;
30 - (BOOL)hasFireDateSinceDate:(id)fp8;
31 - (id)nextFireDate;
32 - (id)path;
33 - (void)sanityCheckExpiration;
34 - (id)title;
35 - (id)_dateWithStartDate:(id)fp8 duration:(id)fp12;
36 - (id)_rentalInfo;
37 - (void)_setRentalInfo:(id)fp8;
38
39 @end
40