HINSPDebugWindow.h 469 B

1234567891011121314151617181920
  1. //
  2. // TWDebugWindow.h
  3. // TT
  4. //
  5. // Created by Christian Menschel on 16.08.14.
  6. // Copyright (c) 2014 tapwork. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "HINSPRecordButton.h"
  10. @interface HINSPDebugWindow : UIWindow
  11. @property (nonatomic, readonly) HINSPRecordButton *recordButton;
  12. @property (nonatomic, readonly) UILabel *infoLabel;
  13. @property (nonatomic, readonly) UIButton *recordedButton;
  14. @property (nonatomic, readonly) UIButton *activeButton;
  15. @end