550c9c1120
The project is built with FLEXFilteringTableViewController and utilizes FLEXObjectExplorerFactory to demonstrate how to use them in your own projects. It also shows how to properly import use FLEX in Swift projects.
16 lines
216 B
Objective-C
16 lines
216 B
Objective-C
//
|
|
// Owner.m
|
|
// UICatalog
|
|
//
|
|
// Created by Tim Oliver on 17/02/2016.
|
|
// Copyright © 2016 Realm. All rights reserved.
|
|
//
|
|
|
|
#import "Owner.h"
|
|
|
|
#if __has_include(<Realm/Realm.h>)
|
|
|
|
@implementation Owner
|
|
@end
|
|
|
|
#endif |