From a8297afeff989f07a0d54dadfec7b34799a9c5dd Mon Sep 17 00:00:00 2001 From: 单军华 Date: Wed, 11 Jul 2018 11:40:39 +0800 Subject: [PATCH] 打包配置 --- screendisplay/screendisplay/Classes/Base/BaseControllers/LMJBaseViewController.h | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/screendisplay/screendisplay/Classes/Base/BaseControllers/LMJBaseViewController.h b/screendisplay/screendisplay/Classes/Base/BaseControllers/LMJBaseViewController.h new file mode 100755 index 0000000..23f26c7 --- /dev/null +++ b/screendisplay/screendisplay/Classes/Base/BaseControllers/LMJBaseViewController.h @@ -0,0 +1,17 @@ +// +// LLMJBBaseViewController.h +// PLMMPRJK +// +// Created by windshan on 2017/4/11. +// Copyright �� 2017��� GoMePrjk. All rights reserved. +// + +#import <UIKit/UIKit.h> +#import "LMJRequestBaseViewController.h" + + +@interface LMJBaseViewController : LMJRequestBaseViewController + +- (instancetype)initWithTitle:(NSString *)title; + +@end -- Gitblit v1.8.0