Yini  1.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
SampleSegment.h
Go to the documentation of this file.
1 //
2 // PopoverSegment.h
3 // ocean
4 //
5 // Created by Valentin Filip on 3/25/12.
6 // Copyright (c) 2012 App Design Vault. All rights reserved.
7 //
8 
9 #import <UIKit/UIKit.h>
11 
12 @protocol SampleSegmentDelegate;
13 
15 
16 @property (nonatomic, strong) NSArray *titles;
17 @property (nonatomic) id<SampleSegmentDelegate> delegate;
18 
19 @end
20 
22 
23 - (void)selectedSegmentAtIndex:(NSInteger)index;
24 
25 @end