diff options
author | Vitaly Takmazov | 2023-05-13 17:21:51 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-05-14 01:15:35 +0300 |
commit | 773754148b7006140963dcebfab21766b6f1c6fb (patch) | |
tree | 5c1d17fe6bfc723dd02aec7e47626b00b8dcca7f /Juick/Supporting Files | |
parent | 8d6a2bd09634e6885a213cfb75a44e2c5f6feafd (diff) |
Starting to convert UIKit classes
Diffstat (limited to 'Juick/Supporting Files')
-rw-r--r-- | Juick/Supporting Files/Juick-Bridging-Header.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Juick/Supporting Files/Juick-Bridging-Header.h b/Juick/Supporting Files/Juick-Bridging-Header.h index e11d920..5dfa23b 100644 --- a/Juick/Supporting Files/Juick-Bridging-Header.h +++ b/Juick/Supporting Files/Juick-Bridging-Header.h @@ -1,3 +1,4 @@ // // Use this file to import your target's public headers that you would like to expose to Swift. // +#import "UIView+Shimmer.h" |