Today's Menu  Portugal
journal and plan nutrition
UIView+Subviews.h
Go to the documentation of this file.
1 /*
2 
3  DLStarRating
4  Copyright (C) 2011 David Linsin <dlinsin@gmail.com>
5 
6  All rights reserved. This program and the accompanying materials
7  are made available under the terms of the Eclipse Public License v1.0
8  which accompanies this distribution, and is available at
9  http://www.eclipse.org/legal/epl-v10.html
10 
11  */
12 
13 #import <UIKit/UIKit.h>
14 
15 
17 
18 - (UIView*)subViewWithTag:(int)tag;
19 
20 @end