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
//
//  ProgrammazioneTVCelliPad.m
//  PocketVision
//
//  Created by Fabrizio on 19/03/13.
//  Copyright (c) 2013 Odyssey. All rights reserved.
//

#import "ProgrammazioneTVCelliPad.h"

@implementation ProgrammazioneTVCelliPad

@synthesize titleLabel;
@synthesize subTitleLabel;
@synthesize dateLabel;

- (id)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSString *)reuseIdentifier {
    self = [super initWithStyle:style reuseIdentifier:reuseIdentifier];
    if (self) {
    }
    return self;
}

@end

Commits for Nextrek/iOS/PocketVision/PocketVision/VC/iPad/ProgrammazioneTVCelliPad.m

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

PocketVision 1.0