DumpCacheViewController.h
1 // 2 // DumpCacheViewController.h 3 // GSSTestApp 4 // 5 // Created by Love Hörnquist Åstrand on 2014-09-03. 6 // Copyright (c) 2014 Apple, Inc. All rights reserved. 7 // 8 9 #import <UIKit/UIKit.h> 10 11 @interface DumpCacheViewController : UIViewController 12 @property (weak) IBOutlet UITextView *dumpCacheTextView; 13 @end