Subversion Repository Public Repository

Nextrek

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
//
//  Channel.h
//  PocketVision
//
//  Created by Fabrizio on 05/03/13.
//  Copyright (c) 2013 Odyssey. All rights reserved.
//

#import <Foundation/Foundation.h>

@interface Channel : NSObject {
    NSString    *nome;
    NSString    *streaming_url;
    NSURL       *logoURL;
    BOOL        hasEPG;
}
    
@property (nonatomic, retain) NSString *nome;
@property (nonatomic, retain) NSString *streaming_url;
@property (nonatomic, retain) NSURL    *logoURL;
@property BOOL hasEPG;
    
    
@end

Commits for Nextrek/iOS/PocketVision/PocketVision/Shared/DataModel/Channel.h

Diff revisions: vs.
Revision Author Commited Message
62 FAquili picture FAquili Sat 18 Jan, 2014 16:39:26 +0000

PocketVision 1.0