Owner.m 216 B

12345678910111213141516
  1. //
  2. // Owner.m
  3. // UICatalog
  4. //
  5. // Created by Tim Oliver on 17/02/2016.
  6. // Copyright © 2016 Realm. All rights reserved.
  7. //
  8. #import "Owner.h"
  9. #if __has_include(<Realm/Realm.h>)
  10. @implementation Owner
  11. @end
  12. #endif