KWMGuideVC.h 257 Bytes
Newer Older
houweibin committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
//
//  KWMGuideVC.h
//  iCemarose
//
//  Created by 陈荣科 on 16/8/25.
//  Copyright © 2016年 kollway. All rights reserved.
//

#import "KWMBaseVC.h"

@interface KWMGuideVC : KWMBaseVC
@property (weak, nonatomic) IBOutlet UIScrollView *svGuide;


@end