SBScrollViewItemWrapper.h 92 B

123456
  1. @interface SBScrollViewItemWrapper : NSObject
  2. @property (nonatomic, retain) id item;
  3. @end