// // AppDelegate.h // RPScreenRecorder // // Created by Rhythmic Fistman on 20/6/18. // Copyright © 2018 Rhythmic Fistman. All rights reserved. // #import @interface AppDelegate : UIResponder @property (strong, nonatomic) UIWindow *window; @end