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/LMJCollectionViewController.h | 29 +++++++++++++++++++++++++++++ 1 files changed, 29 insertions(+), 0 deletions(-) diff --git a/screendisplay/screendisplay/Classes/Base/BaseControllers/LMJCollectionViewController.h b/screendisplay/screendisplay/Classes/Base/BaseControllers/LMJCollectionViewController.h new file mode 100755 index 0000000..a5ab7da --- /dev/null +++ b/screendisplay/screendisplay/Classes/Base/BaseControllers/LMJCollectionViewController.h @@ -0,0 +1,29 @@ +// +// LMJCollectionViewController.h +// PLMMPRJK +// +// Created by windshan on 2017/4/11. +// Copyright �� 2017��� GoMePrjk. All rights reserved. +// + +#import "LMJBaseViewController.h" +#import "LMJElementsFlowLayout.h" +#import "LMJVerticalFlowLayout.h" +#import "LMJHorizontalFlowLayout.h" + + +@class LMJCollectionViewController; +@protocol LMJCollectionViewControllerDataSource <NSObject> + +@required +// ��������������������������� +- (UICollectionViewLayout *)collectionViewController:(LMJCollectionViewController *)collectionViewController layoutForCollectionView:(UICollectionView *)collectionView; + +@end + +@interface LMJCollectionViewController : LMJBaseViewController <UICollectionViewDelegate, UICollectionViewDataSource, LMJCollectionViewControllerDataSource> + +/** <#digest#> */ +@property (weak, nonatomic) UICollectionView *collectionView; + +@end -- Gitblit v1.8.0