00001 /* 00002 * Generated by class-dump 3.1.1. 00003 * 00004 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard. 00005 */ 00006 00007 #import <iTunesStore/ISPartner.h> 00008 00009 @class ISRequest, NSTimer; 00010 00011 @interface ISNaganoPartner : ISPartner 00012 { 00013 NSTimer *_refreshTimer; 00014 ISRequest *_pingRequest; 00015 } 00016 00017 - (void)dealloc; 00018 - (id)name; 00019 - (int)type; 00020 - (void)setActive:(BOOL)fp8; 00021 - (void)request:(id)fp8 finishedWithData:(id)fp12 error:(id)fp16; 00022 - (void)pageDidFetchContent:(id)fp8 error:(id)fp12; 00023 - (void)_fetch; 00024 - (void)_resetRefreshTimer:(double)fp8; 00025 00026 @end 00027