Yini
1.0
Main Page
Related Pages
Classes
Files
File List
File Members
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>
10
#import "
CustomSegmentedControl.h
"
11
12
@protocol
SampleSegmentDelegate
;
13
14
@interface
SampleSegment
: UIView <
CustomSegmentedControlDelegate
>
15
16
@property
(nonatomic, strong) NSArray *
titles
;
17
@property
(nonatomic) id<SampleSegmentDelegate>
delegate
;
18
19
@end
20
21
@protocol
SampleSegmentDelegate
22
23
- (void)selectedSegmentAtIndex:(NSInteger)index;
24
25
@end
socioville
Libraries
SampleSegment.h
Generated on Thu Aug 9 2012 11:05:52 for Yini by
1.8.1.2