Welcome to mirror list, hosted at ThFree Co, Russian Federation.

UIButton+Orientation.h « Maps « iphone - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9119d57568e16ce6213bbc411a1b7cdaddd05c42 (plain)
1
2
3
4
5
@interface UIButton (Orientation)

- (void)matchInterfaceOrientation;

@end