| 12345678910111213141516171819202122232425262728 |
- //
- // HomeTableViewCellBanner.m
- // RedAnt ERP Mobile
- //
- // Created by Ray on 7/21/15.
- // Copyright (c) 2015 United Software Applications, Inc. All rights reserved.
- //
- #import "HomeTableViewCellBanner.h"
- @implementation HomeTableViewCellBanner
- - (void)awakeFromNib {
-
-
- // self.BannerImageView.layer.borderColor = [[UIColor whiteColor] CGColor];
- // self.BannerImageView.layer.borderWidth = 8;
-
- // Initialization code
- }
- - (void)setSelected:(BOOL)selected animated:(BOOL)animated {
- [super setSelected:selected animated:animated];
- // Configure the view for the selected state
- }
- @end
|