AJPhotoListView.h 334 B

1234567891011121314151617
  1. //
  2. // AJPhotoListView.h
  3. // AJPhotoPicker
  4. //
  5. // Created by AlienJunX on 15/11/2.
  6. // Copyright (c) 2015 AlienJunX
  7. //
  8. // This source code is licensed under the MIT-style license found in the
  9. // LICENSE file in the root directory of this source tree.
  10. //
  11. #import <UIKit/UIKit.h>
  12. @interface AJPhotoListView : UICollectionView
  13. @end