Library
ISOPageScrollViewDelegate.h
1 //
2 // ISOPageScrollViewDelegate.h
3 // iSignatureOffice
4 //
5 // Created by Florian Student on 8/14/12.
6 // Copyright (c) 2012 Florian Student. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 
12 
13 - (void)setLockState:(BOOL)locked;
14 
15 @end
Definition: ISOPageScrollViewDelegate.h:11