Skip to content

Commit

Permalink
Create TabSection.h
Browse files Browse the repository at this point in the history
  • Loading branch information
rptwsthi committed Feb 25, 2013
1 parent 65ccb8d commit dc0bb73
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions TabSection.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
//
// TabSectionView.h
// CustomTabBar
//
// Created by medma on 7/11/12.
// Copyright 2012 __MyCompanyName__. All rights reserved.
//

#import <UIKit/UIKit.h>


@interface TabSectionView : UIView{


}
@property (nonatomic, strong) IBOutlet UIImageView *tabBackground;
@property (nonatomic, strong) IBOutlet UIImageView *tabIcon;
@property (nonatomic, strong) IBOutlet UILabel *tabLabel;
@property (nonatomic, strong) IBOutlet UIButton *tabTouch;

- (id) initWithFrame:(CGRect)frame;

@end

0 comments on commit dc0bb73

Please sign in to comment.