redribben

ViewController.h

Aug 19th, 2014
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. //
  2. // ViewController.h
  3. // Радио СВЕТ
  4. //
  5. // Created by CBET on 10/21/13.
  6. // Copyright (c) 2013 Радио CBET. All rights reserved.
  7. //
  8.  
  9. #import <UIKit/UIKit.h>
  10. #import "BMHttpAudioStreamManager.h"
  11.  
  12. @interface ViewController : UIViewController {
  13. }
  14.  
  15. @property IBOutlet UISegmentedControl *qualitySelectionSwitch;
  16. @property IBOutlet UILabel *whichQualitySelected;
  17. @property __weak IBOutlet UIView *viewVolume;
  18.  
  19.  
  20. - (IBAction)play:(id)sender;
  21. - (IBAction)stop:(id)sender;
  22. - (IBAction)selectingQuality:(id)sender;
  23.  
  24.  
  25. @end
Advertisement
Add Comment
Please, Sign In to add comment