VeloxFolderViewProtocol.h 148 B

1234567891011
  1. @protocol VeloxFolderViewProtocol
  2. + (int)folderHeight;
  3. - (instancetype)initWithFrame:(CGRect)frame;
  4. @optional
  5. - (void)unregisterFromStuff;
  6. @end