Today's Menu  Portugal
journal and plan nutrition
Z1ContainedLabel.h
Go to the documentation of this file.
1 //
2 // Z1ContainedLabel.h
3 // TodaysMenu
4 //
5 // Created by Don Zeek on 5/1/17.
6 // Copyright © 2017 net.dzeek.y2015.ios.portfolio. All rights reserved.
7 //
8 
9 #import <UIKit/UIKit.h>
10 #import "Z6ContainedView.h"
11 
12 @interface Z1ContainedLabel : UIView <Z6ContainedView>
13 
14 @property(strong, nonatomic) UILabel *messageLabel;
15 @property(strong, nonatomic) NSNumber *containedHeight;
16 
17 @end
NSNumber * containedHeight
UILabel * messageLabel