// // KWMPointView.h // iCemarose // // Created by 陈荣科 on 16/9/2. // Copyright © 2016年 kollway. All rights reserved. // #import <UIKit/UIKit.h> @interface KWMPointView : UIView @property (nonatomic) NSInteger imageNum; @property (nonatomic) NSMutableArray *imageArr; @property (nonatomic) NSInteger mark; @property (nonatomic) UIView *vLast; @property (weak, nonatomic) IBOutlet UIView *vContent; - (void)scrollToLastView; - (void)scrollToFirstView; @end