2019-12-19 17:32:49 +00:00
|
|
|
/*
|
2018-11-01 17:56:41 +00:00
|
|
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
2016-10-25 22:17:45 +00:00
|
|
|
*
|
2018-05-01 21:33:50 +00:00
|
|
|
* This source code is licensed under the MIT license found in the
|
|
|
|
|
* LICENSE file in the root directory of this source tree.
|
2016-10-25 22:17:45 +00:00
|
|
|
*/
|
|
|
|
|
|
2016-11-01 17:56:06 +00:00
|
|
|
#import "IGTestStoryboardViewController.h"
|
2019-12-19 17:32:49 +00:00
|
|
|
|
2016-10-25 22:17:45 +00:00
|
|
|
#import "IGTestStoryboardCell.h"
|
|
|
|
|
|
2016-11-01 17:56:06 +00:00
|
|
|
@interface IGTestStoryboardViewController ()
|
2016-10-25 22:17:45 +00:00
|
|
|
|
|
|
|
|
@end
|
|
|
|
|
|
2016-11-01 17:56:06 +00:00
|
|
|
@implementation IGTestStoryboardViewController
|
2016-10-25 22:17:45 +00:00
|
|
|
|
|
|
|
|
@end
|