From 7b02207537d35bfa1714bf8beafc921f717d100a Mon Sep 17 00:00:00 2001
From: 单军华
Date: Wed, 11 Jul 2018 10:47:42 +0800
Subject: [PATCH] 首次上传

---
 screendisplay/screendisplay/Classes/Base/BaseControllers/LMJStaticTableViewController.h |   30 ++++++++++++++++++++++++++++++
 1 files changed, 30 insertions(+), 0 deletions(-)

diff --git a/screendisplay/screendisplay/Classes/Base/BaseControllers/LMJStaticTableViewController.h b/screendisplay/screendisplay/Classes/Base/BaseControllers/LMJStaticTableViewController.h
new file mode 100755
index 0000000..eb1e9b5
--- /dev/null
+++ b/screendisplay/screendisplay/Classes/Base/BaseControllers/LMJStaticTableViewController.h
@@ -0,0 +1,30 @@
+//
+//  LMJBaseSettingViewController.h
+//  NetLottery
+//
+//  Created by apple on 16/6/23.
+//  Copyright �� 2016��� 163. All rights reserved.
+//
+
+#import "LMJTableViewController.h"
+#import "LMJItemSection.h"
+#import "LMJWordItem.h"
+#import "LMJWordArrowItem.h"
+
+// ���������������������, ������������������������, ������Me���������FinacialVC-Demo
+@interface LMJStaticTableViewController : LMJTableViewController
+
+// ������������������������������������
+@property (nonatomic, strong) NSMutableArray<LMJItemSection *> *sections;
+
+
+// ������������������cell���������������super, ������������
+- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath NS_REQUIRES_SUPER;
+
+- (LMJStaticTableViewController *(^)(LMJWordItem *item))addItem;
+@end
+
+UIKIT_EXTERN const UIEdgeInsets tableViewDefaultSeparatorInset;
+UIKIT_EXTERN const UIEdgeInsets tableViewDefaultLayoutMargins;
+
+

--
Gitblit v1.8.0