Skip to content
View brunabaudel's full-sized avatar
📱
Working from home
📱
Working from home
Block or Report

Block or report brunabaudel

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
brunabaudel/README.md

Pinned Loading

  1. wallshapes wallshapes Public

    iOS app design tool

    Swift

  2. textRecognizer textRecognizer Public

    Swift

  3. customCalendar customCalendar Public

    Swift

  4. mapPin mapPin Public

    Swift 1

  5. appleMusicSearch appleMusicSearch Public

    Swift

  6. Nested JSON data representing a blog... Nested JSON data representing a blog post with comments, where each comment has a user and a date
    1
    import Foundation
    2
    
    
    3
    struct User: Codable {
    4
        var username: String
    5
        var email: String