To receive notifications about scheduled maintenance, please subscribe to the mailing-list gitlab-operations@sympa.ethz.ch. You can subscribe to the mailing-list at https://sympa.ethz.ch
// // ContextMaker.m // RSBarcodes // // Created by R0CKSTAR on 11/22/16. // Copyright (c) 2016 P.D.Q. All rights reserved. // #import "ContextMaker.h" @implementation ContextMaker + (CIContext*) make { return [CIContext contextWithOptions:nil]; } @end