HINSPShowViewController.h 415 B

12345678910111213141516171819
  1. //
  2. // RMShowViewController.h
  3. // HeapInspectorExample
  4. //
  5. // Created by Christian Menschel on 30.08.14.
  6. // Copyright (c) 2014 tapwork. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface HINSPShowViewController : UIViewController
  10. @property (nonatomic) BOOL shouldShowEditButton; // Default is YES
  11. - (instancetype)initWithObject:(id)object;
  12. - (instancetype)initWithDescription:(NSString *)string;
  13. @end