//  ColorLens.h
//  ColorLens
//
//  Created by Keith McCall on 7/12/20.
//  Copyright © 2020 acid. All rights reserved.
//

#import <Foundation/Foundation.h>
#import <GLKit/GLKit.h>
#import "RCTBridgeModule.h"

@interface ColorLens : NSObject <RCTBridgeModule>

@end
