RACDynamicPropertySuperclass.h 231 B

123456789
  1. // Copyright (c) 2015 GitHub. All rights reserved.
  2. #import <Foundation/Foundation.h>
  3. /// This superclass is an implementation detail of DynamicProperty. Do
  4. /// not use it.
  5. @interface RACDynamicPropertySuperclass : NSObject
  6. @end