Advertisement
Oshevnev

Untitled

Jul 25th, 2012
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //
  2. //  BsuirHelperVCSchedule.h
  3. //  BSUIR Helper
  4. //
  5. //  Created by Alex Oshevnev on 7/16/12.
  6. //  Copyright (c) 2012 __MyCompanyName__. All rights reserved.
  7. //
  8.  
  9. #import <UIKit/UIKit.h>
  10. #import "BsuirHelperRefreshDelegate.h"
  11.  
  12. @class Reachability;
  13.  
  14. @interface BsuirHelperVCSchedule : UIViewController<RefreshProtocolDelegate> {
  15. }
  16. @property (retain, nonatomic) IBOutlet UILabel *TextLabelWeek;
  17. @property (nonatomic, strong) BsuirHelperRefreshDelegate* refreshProtocol;
  18.  
  19. - (IBAction)BarButtonPageCurlAction:(id)sender;
  20. - (IBAction)BarButtonRefreshAction:(id)sender;
  21.  
  22. @end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement