Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //
- // ViewController.h
- // Радио СВЕТ
- //
- // Created by CBET on 10/21/13.
- // Copyright (c) 2013 Радио CBET. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "BMHttpAudioStreamManager.h"
- @interface ViewController : UIViewController {
- }
- @property IBOutlet UISegmentedControl *qualitySelectionSwitch;
- @property IBOutlet UILabel *whichQualitySelected;
- @property __weak IBOutlet UIView *viewVolume;
- - (IBAction)play:(id)sender;
- - (IBAction)stop:(id)sender;
- - (IBAction)selectingQuality:(id)sender;
- @end
Advertisement
Add Comment
Please, Sign In to add comment