mirror of
https://github.com/leanote/leanote-ios.git
synced 2025-10-17 00:24:09 +00:00
15 lines
239 B
Objective-C
15 lines
239 B
Objective-C
//
|
|
// LeaImagePagerViewController.h
|
|
// Leanote
|
|
//
|
|
// Created by life on 15/7/28.
|
|
// Copyright (c) 2015 Leanote.com. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface LeaImagePagerViewController : UIPageViewController
|
|
|
|
@end
|
|
|