Add minimum viable product
This commit is contained in:
commit
5a5dfb7bb2
41 changed files with 405 additions and 0 deletions
18
Headers/CALayer.h
Normal file
18
Headers/CALayer.h
Normal file
|
@ -0,0 +1,18 @@
|
|||
//
|
||||
// CALayer.h
|
||||
// ScreenShredder
|
||||
//
|
||||
// Created by Spotlight Deveaux on 2021-11-14.
|
||||
//
|
||||
|
||||
#ifndef CALayer_h
|
||||
#define CALayer_h
|
||||
|
||||
@import QuartzCore;
|
||||
#import "CAState.h"
|
||||
|
||||
@interface CALayer (PrivateDefinitions)
|
||||
@property(readonly) NSArray<CAState *> *_Nonnull states;
|
||||
@end
|
||||
|
||||
#endif /* CALayer_h */
|
Loading…
Add table
Add a link
Reference in a new issue