Skip to content

Commit 1ab17a9

Browse files
committed
Initial Push
1 parent 3fb9ae3 commit 1ab17a9

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

IngredientCell.h

+17
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,19 @@
11
//
22
// IngredientCell.h
3+
// WhatToEat
4+
//
5+
// Created by Creonopoulos Creon on 4/13/13.
6+
// Copyright (c) 2013 apt.gr. All rights reserved.
7+
//
8+
9+
#import <UIKit/UIKit.h>
10+
11+
@interface IngredientCell : UITableViewCell
12+
13+
@property (weak, nonatomic) IBOutlet UIImageView *IngredImage;
14+
15+
@property (weak, nonatomic) IBOutlet UILabel *Ingredient;
16+
17+
@property (weak, nonatomic) IBOutlet UILabel *Subtitle;
18+
19+
@end

0 commit comments

Comments
 (0)