LibraryScrollView.h 295 B

12345678910111213141516
  1. //
  2. // LibraryScrollView.h
  3. //
  4. //
  5. // Created by Alexi on 3/12/14.
  6. // Copyright (c) 2014 Harman. All rights reserved.
  7. //
  8. #if kSupportLibraryPage
  9. #import "PageScrollView.h"
  10. @interface LibraryScrollView : PageScrollView
  11. @property (nonatomic, weak) UIViewController *ownController;
  12. @end
  13. #endif