MTBaseCollectionView.m 393 B

1234567891011121314151617181920
  1. //
  2. // MTBaseCollectionView.m
  3. //
  4. // Created by Simon on 2019/3/22.
  5. // Copyright © 2019 Simon. All rights reserved.
  6. //
  7. #import "MTBaseCollectionView.h"
  8. @implementation MTBaseCollectionView
  9. /*
  10. // Only override drawRect: if you perform custom drawing.
  11. // An empty implementation adversely affects performance during animation.
  12. - (void)drawRect:(CGRect)rect {
  13. // Drawing code
  14. }
  15. */
  16. @end