You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
304 B

2 years ago
//
// KJBannerViewFlowLayout.h
// KJBannerView
//
// Created by 杨科军 on 2018/2/28.
// Copyright © 2018年 杨科军. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface KJBannerViewFlowLayout : UICollectionViewFlowLayout
@property (nonatomic,assign) BOOL isZoom; /// 是否缩放
@end